diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 18:00:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 18:39:41 +0200 |
commit | 7b2d4f080bfcc6fea3e07dcbec37b673a50ff9d0 (patch) | |
tree | 548f3b40a65e98bf2d8564c06cb83043e03ef329 /sci-physics | |
parent | sci-mathematics/singular: [QA] Add missing python metadata variables (diff) | |
download | gentoo-7b2d4f080bfcc6fea3e07dcbec37b673a50ff9d0.tar.gz gentoo-7b2d4f080bfcc6fea3e07dcbec37b673a50ff9d0.tar.bz2 gentoo-7b2d4f080bfcc6fea3e07dcbec37b673a50ff9d0.zip |
sci-physics/geant-python: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/geant-python/geant-python-4.10.00.ebuild | 5 | ||||
-rw-r--r-- | sci-physics/geant-python/geant-python-4.9.6_p02.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-physics/geant-python/geant-python-4.10.00.ebuild b/sci-physics/geant-python/geant-python-4.10.00.ebuild index d98ab7c82fd0..160244ef9e49 100644 --- a/sci-physics/geant-python/geant-python-4.10.00.ebuild +++ b/sci-physics/geant-python/geant-python-4.10.00.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,10 +17,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="geant4" SLOT="0" IUSE="examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-libs/boost[${PYTHON_USEDEP}] + dev-libs/boost:=[python,${PYTHON_USEDEP}] dev-libs/xerces-c =sci-physics/geant-${PV}*" DEPEND="${RDEPEND}" diff --git a/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild b/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild index c7254968a659..f590877fadab 100644 --- a/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild +++ b/sci-physics/geant-python/geant-python-4.9.6_p02.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,10 +17,11 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" LICENSE="geant4" SLOT="0" IUSE="examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - dev-libs/boost[${PYTHON_USEDEP}] + dev-libs/boost:=[python,${PYTHON_USEDEP}] dev-libs/xerces-c =sci-physics/geant-${PV}*" DEPEND="${RDEPEND}" |