app-text/pdf2djvu: Remove mistaken use of PYTHON_REQUIRED_USE

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-07-21 17:46:08 +02:00
parent ca5cb95fc9
commit b8f5c9bb43
3 changed files with 5 additions and 5 deletions

View File

@@ -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}

View File

@@ -33,7 +33,7 @@ DEPEND="${RDEPEND}
)
"
REQUIRED_USE="test? ( graphicsmagick ${PYTHON_REQUIRED_USE} )"
REQUIRED_USE="test? ( graphicsmagick )"
DOCS=(
doc/{changelog,credits,djvudigital,README}

View File

@@ -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}