diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-21 17:46:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-22 11:28:04 +0200 |
commit | b8f5c9bb4322dc80b25d76b42940dfc4b532a0df (patch) | |
tree | 4ae9230a662b21f15b5d5d48c6355ab5c0f03b0d /app-text | |
parent | games-fps/doomsday: Drop old (diff) | |
download | gentoo-b8f5c9bb4322dc80b25d76b42940dfc4b532a0df.tar.gz gentoo-b8f5c9bb4322dc80b25d76b42940dfc4b532a0df.tar.bz2 gentoo-b8f5c9bb4322dc80b25d76b42940dfc4b532a0df.zip |
app-text/pdf2djvu: Remove mistaken use of PYTHON_REQUIRED_USE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pdf2djvu/pdf2djvu-0.9.11.ebuild | 4 | ||||
-rw-r--r-- | app-text/pdf2djvu/pdf2djvu-0.9.12.ebuild | 2 | ||||
-rw-r--r-- | app-text/pdf2djvu/pdf2djvu-0.9.8.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-text/pdf2djvu/pdf2djvu-0.9.11.ebuild b/app-text/pdf2djvu/pdf2djvu-0.9.11.ebuild index 52a74620383b..cf33748eec99 100644 --- a/app-text/pdf2djvu/pdf2djvu-0.9.11.ebuild +++ b/app-text/pdf2djvu/pdf2djvu-0.9.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} ) " -REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="test? ( graphicsmagick )" DOCS=( doc/{changelog,credits,djvudigital,README} diff --git a/app-text/pdf2djvu/pdf2djvu-0.9.12.ebuild b/app-text/pdf2djvu/pdf2djvu-0.9.12.ebuild index ca3f9f534524..1b3b34c9947d 100644 --- a/app-text/pdf2djvu/pdf2djvu-0.9.12.ebuild +++ b/app-text/pdf2djvu/pdf2djvu-0.9.12.ebuild @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} ) " -REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="test? ( graphicsmagick )" DOCS=( doc/{changelog,credits,djvudigital,README} diff --git a/app-text/pdf2djvu/pdf2djvu-0.9.8.ebuild b/app-text/pdf2djvu/pdf2djvu-0.9.8.ebuild index d59dccb4f538..84bd0e4be6ee 100644 --- a/app-text/pdf2djvu/pdf2djvu-0.9.8.ebuild +++ b/app-text/pdf2djvu/pdf2djvu-0.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -33,7 +33,7 @@ DEPEND="${RDEPEND} ) " -REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="test? ( graphicsmagick )" DOCS=( doc/{changelog,credits,djvudigital,README} |