summaryrefslogtreecommitdiff
path: root/net-misc/sslh/sslh-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /net-misc/sslh/sslh-9999.ebuild
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'net-misc/sslh/sslh-9999.ebuild')
-rw-r--r--net-misc/sslh/sslh-9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-misc/sslh/sslh-9999.ebuild b/net-misc/sslh/sslh-9999.ebuild
index 81bb80b2588f..d0a8689cff13 100644
--- a/net-misc/sslh/sslh-9999.ebuild
+++ b/net-misc/sslh/sslh-9999.ebuild
@@ -18,16 +18,16 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="caps pcre systemd tcpd"
+IUSE="caps systemd tcpd"
RDEPEND="caps? ( sys-libs/libcap )
systemd? ( sys-apps/systemd:= )
tcpd? ( sys-apps/tcp-wrappers )
- >=dev-libs/libconfig-1.5:="
+ >=dev-libs/libconfig-1.5:=
+ dev-libs/libpcre2:="
DEPEND="${RDEPEND}
dev-util/conf2struct
- dev-lang/perl
- pcre? ( dev-libs/libpcre:= )"
+ dev-lang/perl"
RESTRICT="test"
@@ -49,7 +49,6 @@ src_compile() {
emake \
CC="$(tc-getCC)" \
- USELIBPCRE=$(usev pcre) \
USELIBCAP=$(usev caps) \
USELIBWRAP=$(usev tcpd) \
USESYSTEMD=$(usev systemd)