summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-01 10:42:59 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-01 10:42:59 +0300
commit554621c9dedb6b6b36f46aac03a0d13fdf12c89f (patch)
tree8b08726c8dfe044e514be863467908ae466fb47a /www-client
parentapp-crypt/cardpeek: remove libressl support (diff)
downloadgentoo-554621c9dedb6b6b36f46aac03a0d13fdf12c89f.tar.gz
gentoo-554621c9dedb6b6b36f46aac03a0d13fdf12c89f.tar.bz2
gentoo-554621c9dedb6b6b36f46aac03a0d13fdf12c89f.zip
www-client/w3mmee: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild7
1 files 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 fd3d08fbe5a4..74d467546bc5 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}"