diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:33:36 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 15:33:36 +0300 |
commit | 1b86ec86281ce8a2999e32ed257b62f03f6e5434 (patch) | |
tree | 43356fe6cc9340804b258b72c58141a4eb75c734 /sys-libs/gwenhywfar | |
parent | www-apache/mod_qos: remove libressl support (diff) | |
download | gentoo-1b86ec86281ce8a2999e32ed257b62f03f6e5434.tar.gz gentoo-1b86ec86281ce8a2999e32ed257b62f03f6e5434.tar.bz2 gentoo-1b86ec86281ce8a2999e32ed257b62f03f6e5434.zip |
sys-libs/gwenhywfar: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-libs/gwenhywfar')
-rw-r--r-- | sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild index 6b3526e8dbcf..7a39fab60949 100644 --- a/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild +++ b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/344/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/79" # correspond with libgwenhywfar.so version KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86" -IUSE="debug doc gtk libressl qt5 test" +IUSE="debug doc gtk qt5 test" BDEPEND=" sys-devel/gettext @@ -24,8 +24,7 @@ DEPEND=" dev-libs/libgcrypt:0= dev-libs/libgpg-error dev-libs/libxml2:2 - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) + dev-libs/openssl:0= net-libs/gnutls:= virtual/libiconv virtual/libintl |