diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 10:06:20 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:22:27 +0200 |
commit | dc565b12f2adc1a8b295cc1f5dd29ee0786fcce9 (patch) | |
tree | 17b9a929230712b63e1bc40f66893cc0f97ac6e4 | |
parent | dev-libs/libreport: [QA] Add missing python metadata variables (diff) | |
download | gentoo-dc565b12f2adc1a8b295cc1f5dd29ee0786fcce9.tar.gz gentoo-dc565b12f2adc1a8b295cc1f5dd29ee0786fcce9.tar.bz2 gentoo-dc565b12f2adc1a8b295cc1f5dd29ee0786fcce9.zip |
dev-libs/libsolv: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r-- | dev-libs/libsolv/libsolv-0.6.22.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libsolv/libsolv-0.6.22.ebuild b/dev-libs/libsolv/libsolv-0.6.22.ebuild index 1ad47f9ee93e..b7b51fe52417 100644 --- a/dev-libs/libsolv/libsolv-0.6.22.ebuild +++ b/dev-libs/libsolv/libsolv-0.6.22.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" @@ -17,6 +17,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="bzip2 lzma perl python rpm ruby tcl" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" dev-libs/expat |