commit: 13cb537b392128d446e6fea9db65ef40ca4cc940
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 21:36:40 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 21:36:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cb537b
app-pda/libplist: Only enforce Python targets when USE=python
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
app-pda/libplist/libplist-2.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-pda/libplist/libplist-2.1.0.ebuild
b/app-pda/libplist/libplist-2.1.0.ebuild
index 5b2907fffdd..c3222d61087 100644
--- a/app-pda/libplist/libplist-2.1.0.ebuild
+++ b/app-pda/libplist/libplist-2.1.0.ebuild
@@ -22,7 +22,7 @@ BDEPEND="
python? ( >=dev-python/cython-0.17[${PYTHON_USEDEP}] )
"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
DOCS=( AUTHORS NEWS README.md )