commit: 7b2d4f080bfcc6fea3e07dcbec37b673a50ff9d0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 16:00:58 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:39:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2d4f08
sci-physics/geant-python: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
sci-physics/geant-python/geant-python-4.10.00.ebuild | 5 +++--
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 d98ab7c82fd..160244ef9e4 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 c7254968a65..f590877fada 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}"