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

similarity index 85%
rename from dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild
rename to dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild
index 27d43db65303ab484a4bef7c548eacfc9bf0d504..0d5e77c6f358e5f26597038b2ba2e42aef9fe1bc 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
@@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="${DEPEND}
-       dev-vcs/subversion[python,${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-vcs/subversion[python,${PYTHON_MULTI_USEDEP}]
+       ')
        virtual/mta"
 RDEPEND="${DEPEND}"