aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 02:01:18 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 02:01:18 +0200
commit49125ccbf2d626d945928555ec49003a39070d09 (patch)
tree25eacccd9a426dcc6dfa646f4afbb24f3bded3aa /www-client
parentsys-cluster/keepalived: remove libressl USE flag (diff)
downloadlibressl-49125ccbf2d626d945928555ec49003a39070d09.tar.gz
libressl-49125ccbf2d626d945928555ec49003a39070d09.tar.bz2
libressl-49125ccbf2d626d945928555ec49003a39070d09.zip
www-client/w3mmee: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild7
1 files changed, 2 insertions, 5 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 df9a5b2..b7e614b 100644
--- a/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild
+++ b/www-client/w3mmee/w3mmee-0.3.2_p24-r12.ebuild
@@ -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
@@ -24,10 +24,7 @@ DEPEND=">=dev-libs/boehm-gc-7.2
sys-libs/zlib
gpm? ( sys-libs/gpm )
nls? ( sys-devel/gettext )
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
+ ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"