diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:38 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:38 +0200 |
commit | 028383079dee34814abdd8a496ec5a165296151f (patch) | |
tree | fa06df7659eb7c61f2d7ce278d32e83301386f51 /net-im/pidgin | |
parent | net-fs/samba: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-028383079dee34814abdd8a496ec5a165296151f.tar.gz gentoo-028383079dee34814abdd8a496ec5a165296151f.tar.bz2 gentoo-028383079dee34814abdd8a496ec5a165296151f.zip |
net-im/pidgin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/pidgin-2.14.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.14.5.ebuild | 4 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.14.6.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-im/pidgin/pidgin-2.14.3-r1.ebuild b/net-im/pidgin/pidgin-2.14.3-r1.ebuild index 195abc7995c5..38bdd0af4200 100644 --- a/net-im/pidgin/pidgin-2.14.3-r1.ebuild +++ b/net-im/pidgin/pidgin-2.14.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools gnome2-utils flag-o-matic toolchain-funcs multilib perl-module python-single-r1 xdg @@ -56,7 +56,7 @@ RDEPEND=" >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.90 $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] ') ) perl? ( >=dev-lang/perl-5.16:= ) diff --git a/net-im/pidgin/pidgin-2.14.5.ebuild b/net-im/pidgin/pidgin-2.14.5.ebuild index 602e11022512..e119d7c38c92 100644 --- a/net-im/pidgin/pidgin-2.14.5.ebuild +++ b/net-im/pidgin/pidgin-2.14.5.ebuild @@ -4,7 +4,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools gnome2-utils flag-o-matic toolchain-funcs multilib perl-module python-single-r1 xdg @@ -55,7 +55,7 @@ RDEPEND=" >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.90 $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] ') ) perl? ( >=dev-lang/perl-5.16:= ) diff --git a/net-im/pidgin/pidgin-2.14.6.ebuild b/net-im/pidgin/pidgin-2.14.6.ebuild index 1d200e58f3cc..51308f1c6d32 100644 --- a/net-im/pidgin/pidgin-2.14.6.ebuild +++ b/net-im/pidgin/pidgin-2.14.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit autotools gnome2-utils flag-o-matic toolchain-funcs multilib perl-module python-single-r1 xdg @@ -55,7 +55,7 @@ RDEPEND=" >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.90 $(python_gen_cond_dep ' - dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] ') ) perl? ( >=dev-lang/perl-5.16:= ) |