From 6a75317a830f8ba6170d28b0ee94546fca7b732e Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 27 May 2017 00:42:12 +0200 Subject: sys-libs/libsemanage: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- sys-libs/libsemanage/libsemanage-2.5.ebuild | 6 +++--- sys-libs/libsemanage/libsemanage-2.6.ebuild | 6 +++--- sys-libs/libsemanage/libsemanage-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/libsemanage/libsemanage-2.5.ebuild b/sys-libs/libsemanage/libsemanage-2.5.ebuild index bbe71340c2b2..58fc0bab31e4 100644 --- a/sys-libs/libsemanage/libsemanage-2.5.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,19 +19,19 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~mips x86" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] - " + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig - ${PYTHON_DEPS} )" # tests are not meant to be run outside of the diff --git a/sys-libs/libsemanage/libsemanage-2.6.ebuild b/sys-libs/libsemanage/libsemanage-2.6.ebuild index 605dd3573fc1..e027c1f35ac8 100644 --- a/sys-libs/libsemanage/libsemanage-2.6.ebuild +++ b/sys-libs/libsemanage/libsemanage-2.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -28,19 +28,19 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] - " + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig - ${PYTHON_DEPS} )" # tests are not meant to be run outside of the diff --git a/sys-libs/libsemanage/libsemanage-9999.ebuild b/sys-libs/libsemanage/libsemanage-9999.ebuild index 085031fc41ef..2b9f9cf3743b 100644 --- a/sys-libs/libsemanage/libsemanage-9999.ebuild +++ b/sys-libs/libsemanage/libsemanage-9999.ebuild @@ -28,19 +28,19 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER}[${MULTILIB_USEDEP}] >=sys-libs/libselinux-${SELNX_VER}[${MULTILIB_USEDEP}] >=sys-process/audit-2.2.2[${MULTILIB_USEDEP}] >=dev-libs/ustr-1.0.4-r2[${MULTILIB_USEDEP}] - " + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig - ${PYTHON_DEPS} )" # tests are not meant to be run outside of the -- cgit v1.2.3-65-gdbad