commit: e62e81aecd98897c67b0ca68310b83f7469204f5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 28 15:32:00 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri May 28 15:32:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e62e81ae
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 <AT> gentoo.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-print/hplip/{hplip-3.20.11-r1.ebuild => hplip-3.20.11-r2.ebuild} | 2 +- net-print/hplip/{hplip-3.21.2.ebuild => hplip-3.21.2-r1.ebuild} | 2 +- profiles/arch/arm64/package.use.stable.mask | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net-print/hplip/hplip-3.20.11-r1.ebuild b/net-print/hplip/hplip-3.20.11-r2.ebuild similarity index 99% rename from net-print/hplip/hplip-3.20.11-r1.ebuild rename to net-print/hplip/hplip-3.20.11-r2.ebuild index f1f9e876d5e..e5fc267282c 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 similarity index 99% rename from net-print/hplip/hplip-3.21.2.ebuild rename to net-print/hplip/hplip-3.21.2-r1.ebuild index 42d7bc86720..28aca19ebdb 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}] ) ) " diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index e2458f26d0d..3da146e5237 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -125,10 +125,6 @@ sys-auth/pambase pam_krb5 pam_ssh sys-block/thin-provisioning-tools test sys-devel/distcc gssapi -# Michał Górny <[email protected]> (2018-03-03) -# Requires masked dependent flags. -net-dns/avahi python - # Michał Górny <[email protected]> (2018-02-28) # Requires masked dependent flags. net-fs/samba ads
