From ec9eef0fc6ae04973fad7d387e6f012e24687412 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 18:12:33 +0200 Subject: 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(+) (limited to 'sys-apps') diff --git a/sys-apps/file/file-5.25.ebuild b/sys-apps/file/file-5.25.ebuild index 5a474abf3c51..a0ecae572f42 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 a1e7d3f109dc..e785d7bd948d 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 d4a82766b8c6..c139556d3810 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 37bede78fcca..60b596e5e6f3 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? ( -- cgit v1.2.3-65-gdbad