summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-28 17:32:00 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-28 17:32:00 +0200
commite62e81aecd98897c67b0ca68310b83f7469204f5 (patch)
treed7b30ac1603da561dec0de898dba914a9ea9913d /net-print/hplip
parentnet-dns/avahi: use python-single-r1 instead of python-r1 (diff)
downloadgentoo-e62e81aecd98897c67b0ca68310b83f7469204f5.tar.gz
gentoo-e62e81aecd98897c67b0ca68310b83f7469204f5.tar.bz2
gentoo-e62e81aecd98897c67b0ca68310b83f7469204f5.zip
net-print/hplip: update Python dependency on Avahi
Avahi has changed Python eclasses and now guards all Python use behind USE=python. Closes: https://github.com/gentoo/gentoo/pull/20677 Bug: https://bugs.gentoo.org/710244 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-print/hplip')
-rw-r--r--net-print/hplip/hplip-3.20.11-r2.ebuild (renamed from net-print/hplip/hplip-3.20.11-r1.ebuild)2
-rw-r--r--net-print/hplip/hplip-3.21.2-r1.ebuild (renamed from net-print/hplip/hplip-3.21.2.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-print/hplip/hplip-3.20.11-r1.ebuild b/net-print/hplip/hplip-3.20.11-r2.ebuild
index f1f9e876d5e0..e5fc267282c6 100644
--- a/net-print/hplip/hplip-3.20.11-r1.ebuild
+++ b/net-print/hplip/hplip-3.20.11-r2.ebuild
@@ -37,7 +37,7 @@ COMMON_DEPEND="
snmp? (
dev-libs/openssl:0=
net-analyzer/net-snmp:=
- $(python_gen_cond_dep 'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]')
+ net-dns/avahi[dbus,python,${PYTHON_SINGLE_USEDEP}]
)
)
"
diff --git a/net-print/hplip/hplip-3.21.2.ebuild b/net-print/hplip/hplip-3.21.2-r1.ebuild
index 42d7bc86720b..28aca19ebdb9 100644
--- a/net-print/hplip/hplip-3.21.2.ebuild
+++ b/net-print/hplip/hplip-3.21.2-r1.ebuild
@@ -37,7 +37,7 @@ COMMON_DEPEND="
snmp? (
dev-libs/openssl:0=
net-analyzer/net-snmp:=
- $(python_gen_cond_dep 'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]')
+ net-dns/avahi[dbus,python,${PYTHON_SINGLE_USEDEP}]
)
)
"