From 7b2d4f080bfcc6fea3e07dcbec37b673a50ff9d0 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 18:00:58 +0200 Subject: [PATCH] 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 d98ab7c82fd08..160244ef9e496 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 c7254968a6590..f590877fadab3 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}"