commit:     7d51b5abcbb1017fe7fea7812033a7c43c20e459
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 18:59:23 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:46:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d51b5ab

dev-python/sepolgen: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/sepolgen/sepolgen-1.2.3.ebuild | 10 ++++++----
 dev-python/sepolgen/sepolgen-2.6.ebuild   | 10 ++++++----
 dev-python/sepolgen/sepolgen-9999.ebuild  | 10 ++++++----
 3 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/dev-python/sepolgen/sepolgen-1.2.3.ebuild 
b/dev-python/sepolgen/sepolgen-1.2.3.ebuild
index 5db0754a270..60799f53516 100644
--- a/dev-python/sepolgen/sepolgen-1.2.3.ebuild
+++ b/dev-python/sepolgen/sepolgen-1.2.3.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"
@@ -25,10 +25,12 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=">=sys-libs/libselinux-2.4[python]
-               app-admin/setools[python(+)]
-               ${PYTHON_DEPS}"
+DEPEND="
+       >=sys-libs/libselinux-2.4[python]
+       app-admin/setools[python(+)]
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/dev-python/sepolgen/sepolgen-2.6.ebuild 
b/dev-python/sepolgen/sepolgen-2.6.ebuild
index 4e02f05ecb5..6299fd26c74 100644
--- a/dev-python/sepolgen/sepolgen-2.6.ebuild
+++ b/dev-python/sepolgen/sepolgen-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"
@@ -25,10 +25,12 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=">=sys-libs/libselinux-2.4[python]
-               >=app-admin/setools-4.0[${PYTHON_USEDEP}]
-               ${PYTHON_DEPS}"
+DEPEND="
+       >=sys-libs/libselinux-2.4[python]
+       >=app-admin/setools-4.0[${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/dev-python/sepolgen/sepolgen-9999.ebuild 
b/dev-python/sepolgen/sepolgen-9999.ebuild
index c8a79c0ab81..22169fc8b59 100644
--- a/dev-python/sepolgen/sepolgen-9999.ebuild
+++ b/dev-python/sepolgen/sepolgen-9999.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"
@@ -25,10 +25,12 @@ fi
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND=">=sys-libs/libselinux-2.4[python]
-               >=app-admin/setools-4.0[${PYTHON_USEDEP}]
-               ${PYTHON_DEPS}"
+DEPEND="
+       >=sys-libs/libselinux-2.4[python]
+       >=app-admin/setools-4.0[${PYTHON_USEDEP}]
+       ${PYTHON_DEPS}"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

Reply via email to