summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-08 07:36:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-09 17:46:28 +0100
commitfa07ea527581b4acdcc20d80dce5844a12677199 (patch)
tree9820cad4f6a30deeccbe52388f94b7cf0d2c4221 /dev-vcs
parentdev-vcs/hgsvn: Switch to PYTHON_MULTI_USEDEP API (diff)
downloadgentoo-fa07ea527581b4acdcc20d80dce5844a12677199.tar.gz
gentoo-fa07ea527581b4acdcc20d80dce5844a12677199.tar.bz2
gentoo-fa07ea527581b4acdcc20d80dce5844a12677199.zip
dev-vcs/svnmailer: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild (renamed from dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild)6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild b/dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild
index 27d43db65303..0d5e77c6f358 100644
--- a/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild
+++ b/dev-vcs/svnmailer/svnmailer-1.0.9-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
@@ -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}"