commit: b8f5c9bb4322dc80b25d76b42940dfc4b532a0df
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 15:46:08 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 09:28:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f5c9bb
app-text/pdf2djvu: Remove mistaken use of PYTHON_REQUIRED_USE
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-text/pdf2djvu/pdf2djvu-0.9.11.ebuild | 4 ++--
app-text/pdf2djvu/pdf2djvu-0.9.12.ebuild | 2 +-
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 52a74620383..cf33748eec9 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 ca3f9f53452..1b3b34c9947 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 d59dccb4f53..84bd0e4be6e 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}