commit:     6a75317a830f8ba6170d28b0ee94546fca7b732e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:42:12 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:53:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a75317a

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(-)

diff --git a/sys-libs/libsemanage/libsemanage-2.5.ebuild 
b/sys-libs/libsemanage/libsemanage-2.5.ebuild
index bbe71340c2b..58fc0bab31e 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 605dd3573fc..e027c1f35ac 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 085031fc41e..2b9f9cf3743 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

Reply via email to