diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /dev-libs/boost-numpy | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-libs/boost-numpy')
-rw-r--r-- | dev-libs/boost-numpy/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/boost-numpy/boost-numpy-9999.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/boost-numpy/Manifest b/dev-libs/boost-numpy/Manifest index 33d289b95bcf..3daba8152087 100644 --- a/dev-libs/boost-numpy/Manifest +++ b/dev-libs/boost-numpy/Manifest @@ -1,2 +1,2 @@ -EBUILD boost-numpy-9999.ebuild 1015 BLAKE2B f4a64e0316f8300c21068ca4cff033e9f7b7601fd6b076a76620994ee7d7d859e23f423c87180faea5aaf8d2c12c5c69d945c60b1e12b1a43a16406a38a15cc5 SHA512 63aef7073e39e94a8bd14196c8f45507672b9bc7794d0b446e899bab0487760d9379666be50e994caaf20718ccbb333f7259efb26db46e160c744dd34d1a770b +EBUILD boost-numpy-9999.ebuild 1014 BLAKE2B 28d281979a92353aaa778e2ea2f19e01a879dbd041f1aecd816d24b1f1025da56d8d9688f1a4aa183e17aea0ed069e5763f67ac7fcb8e4a8c2a165b5462934ea SHA512 c33b5f1cad7a187d6b03c58ec2518f23ba236c62f5bd89fbdb135f1f71b7ce559774ed8713e6e4caa7b687d5eb3101b8029ee0bb7fc17b583ffebc41d6b07057 MISC metadata.xml 537 BLAKE2B 9f60a0689c92fcc61b005c56d5412b33423c03fad54e589a3ce268ba875538555f152f54e6b7107bf4c0294cd00811ac081acff6d4cddcfdcfd747f20ea9cce0 SHA512 44ff7d8681515dc0c0179e3922115c8260f19c39832ac0f190037a2d1dd117998e89163e33ecb4ca3214d2effd852e3bea5e0902cd269e3834aab82e91f622e7 diff --git a/dev-libs/boost-numpy/boost-numpy-9999.ebuild b/dev-libs/boost-numpy/boost-numpy-9999.ebuild index c084c9a645f9..d7c8b5b6a0d6 100644 --- a/dev-libs/boost-numpy/boost-numpy-9999.ebuild +++ b/dev-libs/boost-numpy/boost-numpy-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit cmake-utils python-single-r1 @@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] - dev-libs/boost[python,${PYTHON_USEDEP}]" + <dev-libs/boost-1.70[python,${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" src_prepare() { |