diff options
author | David Seifert <soap@gentoo.org> | 2017-04-20 20:52:53 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-20 22:45:35 +0200 |
commit | 45b8f3e5ec8537459436bb13fa4def1d3541f212 (patch) | |
tree | 797e509171b944a424e5c208d10f868276da9092 /dev-python/python-poppler | |
parent | dev-python/python-gudev: [QA] Add missing python metadata variables (diff) | |
download | gentoo-45b8f3e5ec8537459436bb13fa4def1d3541f212.tar.gz gentoo-45b8f3e5ec8537459436bb13fa4def1d3541f212.tar.bz2 gentoo-45b8f3e5ec8537459436bb13fa4def1d3541f212.zip |
dev-python/python-poppler: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/python-poppler')
-rw-r--r-- | dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild index e03c80286399..33723c09a2c6 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 x86 ~x86-fbsd" IUSE="examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S=${WORKDIR}/pypoppler-${PV} |