diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-03-21 21:36:40 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-03-21 21:36:40 +0000 |
commit | 13cb537b392128d446e6fea9db65ef40ca4cc940 (patch) | |
tree | 36f4096b96ac5cb0ebb09acb04b27f5e4b7fb15c /app-pda | |
parent | dev-python/hiredis: Add sub-slot dep on dev-libs/hiredis (diff) | |
download | gentoo-13cb537b392128d446e6fea9db65ef40ca4cc940.tar.gz gentoo-13cb537b392128d446e6fea9db65ef40ca4cc940.tar.bz2 gentoo-13cb537b392128d446e6fea9db65ef40ca4cc940.zip |
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@gentoo.org>
Diffstat (limited to 'app-pda')
-rw-r--r-- | app-pda/libplist/libplist-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-pda/libplist/libplist-2.1.0.ebuild b/app-pda/libplist/libplist-2.1.0.ebuild index 5b2907fffddc..c3222d610875 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 ) |