summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-08 07:26:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:46:16 +0100
commitfe28d03f57758cda2de39c70a65d8a91359772f8 (patch)
tree2feffb9d92064d5fe9960e6b41d259a6e00afdc4 /app-text
parentapp-text/cherrytree: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-fe28d03f57758cda2de39c70a65d8a91359772f8.tar.gz
gentoo-fe28d03f57758cda2de39c70a65d8a91359772f8.tar.bz2
gentoo-fe28d03f57758cda2de39c70a65d8a91359772f8.zip
app-text/pylize: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pylize/pylize-1.3b-r2.ebuild (renamed from app-text/pylize/pylize-1.3b-r1.ebuild)9
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pylize/pylize-1.3b-r1.ebuild b/app-text/pylize/pylize-1.3b-r2.ebuild
index 799e97bf41da..1dc2b94a9c30 100644
--- a/app-text/pylize/pylize-1.3b-r1.ebuild
+++ b/app-text/pylize/pylize-1.3b-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -16,8 +16,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-DEPEND="dev-python/empy[${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]"
+DEPEND="
+ $(python_gen_cond_dep '
+ dev-python/empy[${PYTHON_MULTI_USEDEP}]
+ dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+ ')"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-pillow.patch" )