diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 17:09:43 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-01 17:10:39 +0300 |
commit | beecaf199d2c13c6595cd07c7e5dffa9c540da94 (patch) | |
tree | 08ab5f7d9a4ffe5d2466e24aadf8bc2608e757f8 /app-benchmarks | |
parent | app-benchmarks/httperf: remove libressl support (diff) | |
download | gentoo-beecaf199d2c13c6595cd07c7e5dffa9c540da94.tar.gz gentoo-beecaf199d2c13c6595cd07c7e5dffa9c540da94.tar.bz2 gentoo-beecaf199d2c13c6595cd07c7e5dffa9c540da94.zip |
app-benchmarks/siege: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/siege/siege-4.0.7.ebuild | 7 | ||||
-rw-r--r-- | app-benchmarks/siege/siege-4.0.8.ebuild | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/app-benchmarks/siege/siege-4.0.7.ebuild b/app-benchmarks/siege/siege-4.0.7.ebuild index 2c6ff06e63f9..990995d6ca8d 100644 --- a/app-benchmarks/siege/siege-4.0.7.ebuild +++ b/app-benchmarks/siege/siege-4.0.7.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 @@ -12,11 +12,10 @@ SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-3" KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos" SLOT="0" -IUSE="libressl ssl" +IUSE="ssl" RDEPEND="ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= )" DEPEND="${RDEPEND}" diff --git a/app-benchmarks/siege/siege-4.0.8.ebuild b/app-benchmarks/siege/siege-4.0.8.ebuild index 294132c28c6b..990995d6ca8d 100644 --- a/app-benchmarks/siege/siege-4.0.8.ebuild +++ b/app-benchmarks/siege/siege-4.0.8.ebuild @@ -12,11 +12,10 @@ SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz" LICENSE="GPL-3" KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos" SLOT="0" -IUSE="libressl ssl" +IUSE="ssl" RDEPEND="ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= )" DEPEND="${RDEPEND}" |