dev-util/gquilt: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Sat, 8 Feb 2020 06:32:30 +0000 (07:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:46:21 +0000 (17:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/gquilt/gquilt-0.25-r2.ebuild [moved from dev-util/gquilt/gquilt-0.25-r1.ebuild with 85% similarity]

similarity index 85%
rename from dev-util/gquilt/gquilt-0.25-r1.ebuild
rename to dev-util/gquilt/gquilt-0.25-r2.ebuild
index ce0e5f51b9c63b90c28593793c20149de10bc688..ed04793640e7d9e71e769ba232348dbd82f0408d 100644 (file)
@@ -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}"