diff options
author | David Seifert <soap@gentoo.org> | 2017-04-19 09:30:08 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-19 10:01:54 +0200 |
commit | 7c24ff6706c971c3b150f07322202c9e6dfb0718 (patch) | |
tree | a6949669117ae35a9e2b541453b7103ed23c03b7 | |
parent | app-accessibility/caribou: [QA] Add missing python metadata variables (diff) | |
download | gentoo-7c24ff6706c971c3b150f07322202c9e6dfb0718.tar.gz gentoo-7c24ff6706c971c3b150f07322202c9e6dfb0718.tar.bz2 gentoo-7c24ff6706c971c3b150f07322202c9e6dfb0718.zip |
app-admin/setools: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | app-admin/setools/setools-3.3.8-r7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/setools/setools-3.3.8-r7.ebuild b/app-admin/setools/setools-3.3.8-r7.ebuild index dcd762386550..3240c25b84d5 100644 --- a/app-admin/setools/setools-3.3.8-r7.ebuild +++ b/app-admin/setools/setools-3.3.8-r7.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" @@ -15,6 +15,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~mips x86" IUSE="X debug java python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMONDEPEND=">=sys-libs/libsepol-2.4 >=sys-libs/libselinux-2.4 |