summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 08:08:06 +0000
committerSam James <sam@gentoo.org>2021-03-22 08:09:25 +0000
commit151346a744047d05793ddf43ce0d8e6c68f5bfb1 (patch)
tree451a653b84dd702c12fbce5bf1680b588865947d /net-analyzer/httping
parentnet-analyzer/httping: sync live (diff)
downloadgentoo-151346a744047d05793ddf43ce0d8e6c68f5bfb1.tar.gz
gentoo-151346a744047d05793ddf43ce0d8e6c68f5bfb1.tar.bz2
gentoo-151346a744047d05793ddf43ce0d8e6c68f5bfb1.zip
net-analyzer/httping: drop USE=libressl support
It's not supported in Gentoo any more. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r--net-analyzer/httping/httping-2.5.ebuild7
-rw-r--r--net-analyzer/httping/httping-9999999.ebuild7
2 files changed, 4 insertions, 10 deletions
diff --git a/net-analyzer/httping/httping-2.5.ebuild b/net-analyzer/httping/httping-2.5.ebuild
index bef7c95c9fd1..b454614720f8 100644
--- a/net-analyzer/httping/httping-2.5.ebuild
+++ b/net-analyzer/httping/httping-2.5.ebuild
@@ -12,15 +12,12 @@ SRC_URI="https://www.vanheusden.com/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~hppa ~mips ~ppc ppc64 ~sparc x86"
-IUSE="debug fftw libressl l10n_nl ncurses ssl +tfo"
+IUSE="debug fftw l10n_nl ncurses ssl +tfo"
RDEPEND="
fftw? ( sci-libs/fftw:3.0 )
ncurses? ( sys-libs/ncurses:0= )
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="${RDEPEND}"
BDEPEND="ncurses? ( virtual/pkgconfig )"
diff --git a/net-analyzer/httping/httping-9999999.ebuild b/net-analyzer/httping/httping-9999999.ebuild
index b9faaaf1fedd..15f79d85a732 100644
--- a/net-analyzer/httping/httping-9999999.ebuild
+++ b/net-analyzer/httping/httping-9999999.ebuild
@@ -11,15 +11,12 @@ EGIT_REPO_URI="https://github.com/flok99/httping"
LICENSE="GPL-2"
SLOT="0"
-IUSE="debug fftw libressl l10n_nl ncurses ssl +tfo"
+IUSE="debug fftw l10n_nl ncurses ssl +tfo"
RDEPEND="
fftw? ( sci-libs/fftw:3.0 )
ncurses? ( sys-libs/ncurses:0= )
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )
+ ssl? ( dev-libs/openssl:0= )
"
DEPEND="${RDEPEND}"
BDEPEND="ncurses? ( virtual/pkgconfig )"