summaryrefslogtreecommitdiff
path: root/media-tv/congruity
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-02-23 17:47:57 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-02-23 17:47:57 +0000
commit84993711a699840d766b8469908ca337fff0a67a (patch)
tree70678bd4ccb8f269c64865f909cb99716ac7dfda /media-tv/congruity
parentsys-kernel/stable-sources: version bump (diff)
downloadportage-84993711a699840d766b8469908ca337fff0a67a.tar.xz
media-tv/congruity: No more PYTHON_TARGETS in single-r1
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'media-tv/congruity')
-rw-r--r--media-tv/congruity/congruity-18.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/media-tv/congruity/congruity-18.ebuild b/media-tv/congruity/congruity-18.ebuild
index 5fb305e3..fa50a9fb 100644
--- a/media-tv/congruity/congruity-18.ebuild
+++ b/media-tv/congruity/congruity-18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,9 +14,12 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-libs/libconcord-1.1[python,${PYTHON_USEDEP}]
- dev-python/wxpython:2.8[${PYTHON_USEDEP}]
- >=dev-python/suds-0.4[${PYTHON_USEDEP}]"
+DEPEND="
+ $(python_gen_cond_dep '
+ dev-python/wxpython:3.0[${PYTHON_MULTI_USEDEP}]
+ >=dev-libs/libconcord-1.1[python,${PYTHON_MULTI_USEDEP}]
+ >=dev-python/suds-0.4[${PYTHON_MULTI_USEDEP}]
+ ')"
RDEPEND="${DEPEND}"
src_install() {