commit:     554621c9dedb6b6b36f46aac03a0d13fdf12c89f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 07:42:59 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May  1 07:42:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554621c9

www-client/w3mmee: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild 
b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild
index fd3d08fbe5a..74d467546bc 100644
--- a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild
+++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.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"
@@ -15,7 +15,7 @@ SRC_URI="http://pub.ks-and-ks.ne.jp/prog/pub/${MY_P}.tar.gz";
 SLOT="0"
 LICENSE="w3m"
 KEYWORDS="amd64 ppc x86"
-IUSE="gpm libressl nls ssl"
+IUSE="gpm nls ssl"
 
 DEPEND=">=dev-libs/boehm-gc-7.2
        dev-libs/libmoe
@@ -25,8 +25,7 @@ DEPEND=">=dev-libs/boehm-gc-7.2
        gpm? ( sys-libs/gpm )
        nls? ( sys-devel/gettext )
        ssl? (
-               !libressl? ( dev-libs/openssl:0= )
-               libressl? ( dev-libs/libressl:0= )
+               dev-libs/openssl:0=
        )"
 RDEPEND="${DEPEND}"
 S="${WORKDIR}/${MY_P}"

Reply via email to