diff options
author | David Seifert <soap@gentoo.org> | 2017-04-23 11:42:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-23 13:25:20 +0200 |
commit | 8bc9bc083357944faab121eb5835002e276ef268 (patch) | |
tree | 9ad76facdaa56e508bd56a6a44b6bf5759b78395 /media-gfx | |
parent | media-gfx/comix: [QA] Add missing python metadata variables (diff) | |
download | gentoo-8bc9bc083357944faab121eb5835002e276ef268.tar.gz gentoo-8bc9bc083357944faab121eb5835002e276ef268.tar.bz2 gentoo-8bc9bc083357944faab121eb5835002e276ef268.zip |
media-gfx/cptutils: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/cptutils/cptutils-1.63.ebuild | 3 | ||||
-rw-r--r-- | media-gfx/cptutils/cptutils-1.66.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/cptutils/cptutils-1.63.ebuild b/media-gfx/cptutils/cptutils-1.63.ebuild index 4af30156ce81..70b2c67d06ae 100644 --- a/media-gfx/cptutils/cptutils-1.63.ebuild +++ b/media-gfx/cptutils/cptutils-1.63.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 @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" CDEPEND="dev-libs/libxml2:2 media-libs/libpng:0=" diff --git a/media-gfx/cptutils/cptutils-1.66.ebuild b/media-gfx/cptutils/cptutils-1.66.ebuild index c86ea39d7a89..062f1f353238 100644 --- a/media-gfx/cptutils/cptutils-1.66.ebuild +++ b/media-gfx/cptutils/cptutils-1.66.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 @@ -14,6 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" CDEPEND="dev-libs/libxml2:2 media-libs/libpng:0=" |