diff options
-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} |