diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 10:04:01 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-03 10:04:01 +0300 |
commit | 65cb5086a3000afffade77b847539efccd649286 (patch) | |
tree | 9ec5724df9f4c632ab089853783756e31a1db475 | |
parent | gnustep-libs/sope: remove libressl support (diff) | |
download | gentoo-65cb5086a3000afffade77b847539efccd649286.tar.gz gentoo-65cb5086a3000afffade77b847539efccd649286.tar.bz2 gentoo-65cb5086a3000afffade77b847539efccd649286.zip |
net-print/hplip: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | net-print/hplip/hplip-3.20.11-r1.ebuild | 5 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.21.2.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-print/hplip/hplip-3.20.11-r1.ebuild b/net-print/hplip/hplip-3.20.11-r1.ebuild index 7a268f37df15..bb32a80ef086 100644 --- a/net-print/hplip/hplip-3.20.11-r1.ebuild +++ b/net-print/hplip/hplip-3.20.11-r1.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" +IUSE="doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" COMMON_DEPEND=" net-print/cups @@ -35,8 +35,7 @@ COMMON_DEPEND=" media-gfx/sane-backends ) snmp? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= net-analyzer/net-snmp:= $(python_gen_cond_dep 'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]') ) diff --git a/net-print/hplip/hplip-3.21.2.ebuild b/net-print/hplip/hplip-3.21.2.ebuild index c99dccee98bc..527ac3daff5a 100644 --- a/net-print/hplip/hplip-3.21.2.ebuild +++ b/net-print/hplip/hplip-3.21.2.ebuild @@ -20,7 +20,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" +IUSE="doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit qt5 scanner +snmp static-ppds X" COMMON_DEPEND=" net-print/cups @@ -35,8 +35,7 @@ COMMON_DEPEND=" media-gfx/sane-backends ) snmp? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= net-analyzer/net-snmp:= $(python_gen_cond_dep 'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]') ) |