diff options
author | David Seifert <soap@gentoo.org> | 2017-05-27 00:42:12 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-27 00:53:49 +0200 |
commit | 6a75317a830f8ba6170d28b0ee94546fca7b732e (patch) | |
tree | 623337867af93e04e293c60736d6733d5b6cc266 /sys-libs/libsemanage | |
parent | sys-libs/libselinux: [QA] Add missing python metadata variables (diff) | |
download | gentoo-6a75317a830f8ba6170d28b0ee94546fca7b732e.tar.gz gentoo-6a75317a830f8ba6170d28b0ee94546fca7b732e.tar.bz2 gentoo-6a75317a830f8ba6170d28b0ee94546fca7b732e.zip |
sys-libs/libsemanage: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-libs/libsemanage')
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.5.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-2.6.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/libsemanage/libsemanage-9999.ebuild | 4 |
3 files changed, 8 insertions, 8 deletions
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 |