commit:     ec9eef0fc6ae04973fad7d387e6f012e24687412
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 16:12:33 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 16:40:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9eef0f

sys-apps/file: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 sys-apps/file/file-5.25.ebuild | 2 ++
 sys-apps/file/file-5.29.ebuild | 1 +
 sys-apps/file/file-5.30.ebuild | 1 +
 sys-apps/file/file-9999.ebuild | 1 +
 4 files changed, 5 insertions(+)

diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild
index 5a474abf3c5..a0ecae572f4 100644
--- a/sys-apps/file/file-5.25.ebuild
+++ b/sys-apps/file/file-5.25.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
+
 PYTHON_COMPAT=( python{2_7,3_4} pypy )
 DISTUTILS_OPTIONAL=1
 
@@ -22,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/";
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="python static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="python? ( ${PYTHON_DEPS} )
        zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"

diff --git a/sys-apps/file/file-5.29.ebuild b/sys-apps/file/file-5.29.ebuild
index a1e7d3f109d..e785d7bd948 100644
--- a/sys-apps/file/file-5.29.ebuild
+++ b/sys-apps/file/file-5.29.ebuild
@@ -23,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/ 
http://mx.gw.com/pipermail/file/";
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="python static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
        python? (

diff --git a/sys-apps/file/file-5.30.ebuild b/sys-apps/file/file-5.30.ebuild
index d4a82766b8c..c139556d381 100644
--- a/sys-apps/file/file-5.30.ebuild
+++ b/sys-apps/file/file-5.30.ebuild
@@ -23,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/ 
http://mx.gw.com/pipermail/file/";
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="python static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
        python? (

diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index 37bede78fcc..60b596e5e6f 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -23,6 +23,7 @@ HOMEPAGE="http://www.darwinsys.com/file/ 
http://mx.gw.com/pipermail/file/";
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="python static-libs zlib"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 DEPEND="
        python? (

Reply via email to