diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 14:08:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:21:35 +0100 |
commit | 2c332be043f3199c2823fe69ff3f7af41ee444c1 (patch) | |
tree | 653a861a17dc1601b6f5de44de30060a9c34a34f /dev-util/glade | |
parent | dev-util/geany-plugins: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-2c332be043f3199c2823fe69ff3f7af41ee444c1.tar.gz gentoo-2c332be043f3199c2823fe69ff3f7af41ee444c1.tar.bz2 gentoo-2c332be043f3199c2823fe69ff3f7af41ee444c1.zip |
dev-util/glade: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/glade-3.22.1-r1.ebuild (renamed from dev-util/glade/glade-3.22.1.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/glade/glade-3.22.1.ebuild b/dev-util/glade/glade-3.22.1-r1.ebuild index 797621143e6a..bfb3e487bea2 100644 --- a/dev-util/glade/glade-3.22.1.ebuild +++ b/dev-util/glade/glade-3.22.1-r1.ebuild @@ -28,7 +28,10 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.32:= ) python? ( ${PYTHON_DEPS} - >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] ) + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.8:3[${PYTHON_MULTI_USEDEP}] + ') + ) webkit? ( >=net-libs/webkit-gtk-2.12.0:4 ) " DEPEND="${RDEPEND} |