summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-08 07:32:30 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:46:21 +0100
commit8f3fcd0ce7bf8c3d94ee2553e63ab059e3bc70e5 (patch)
tree56923f9989b52036f04322e88255b6a516f8f1c3 /dev-util
parentdev-util/dput-ng: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-8f3fcd0ce7bf8c3d94ee2553e63ab059e3bc70e5.tar.gz
gentoo-8f3fcd0ce7bf8c3d94ee2553e63ab059e3bc70e5.tar.bz2
gentoo-8f3fcd0ce7bf8c3d94ee2553e63ab059e3bc70e5.zip
dev-util/gquilt: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/gquilt/gquilt-0.25-r2.ebuild (renamed from dev-util/gquilt/gquilt-0.25-r1.ebuild)7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/gquilt/gquilt-0.25-r1.ebuild b/dev-util/gquilt/gquilt-0.25-r2.ebuild
index ce0e5f51b9c6..ed04793640e7 100644
--- a/dev-util/gquilt/gquilt-0.25-r1.ebuild
+++ b/dev-util/gquilt/gquilt-0.25-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
@@ -17,7 +17,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]
+DEPEND="
+ $(python_gen_cond_dep '
+ dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
+ ')
|| ( dev-util/quilt dev-vcs/mercurial )"
RDEPEND="${DEPEND}"