app-pda/libplist: Only enforce Python targets when USE=python
authorJames Le Cuirot <chewi@gentoo.org>
Sat, 21 Mar 2020 21:36:40 +0000 (21:36 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Sat, 21 Mar 2020 21:36:40 +0000 (21:36 +0000)
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
app-pda/libplist/libplist-2.1.0.ebuild

index 5b2907fffddc97c314c67d2c59792a7360618ae3..c3222d61087545ec2f611c8ae6722e81670b550e 100644 (file)
@@ -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 )