commit:     41ae5b255134efd30bdb8342dac64a3a89bfddbe
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 14:08:14 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May  1 14:10:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ae5b25

app-benchmarks/httperf: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-benchmarks/httperf/httperf-0.9.1_p20181111-r1.ebuild | 7 +++----
 app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild    | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/app-benchmarks/httperf/httperf-0.9.1_p20181111-r1.ebuild 
b/app-benchmarks/httperf/httperf-0.9.1_p20181111-r1.ebuild
index d340a5ce823..7172926e8f5 100644
--- a/app-benchmarks/httperf/httperf-0.9.1_p20181111-r1.ebuild
+++ b/app-benchmarks/httperf/httperf-0.9.1_p20181111-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,12 +13,11 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~mips ~x86 ~amd64-linux ~x64-macos"
-IUSE="debug idleconn libressl"
+IUSE="debug idleconn"
 
 DEPEND="
        idleconn? ( dev-libs/libevent:0= )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
 "
 RDEPEND="${DEPEND}"
 

diff --git a/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild 
b/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild
index f3dc6dda696..72306744e8d 100644
--- a/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild
+++ b/app-benchmarks/httperf/httperf-0.9.1_p20181111.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,12 +13,11 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x64-macos"
-IUSE="debug idleconn libressl"
+IUSE="debug idleconn"
 
 DEPEND="
        idleconn? ( dev-libs/libevent:0= )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
 "
 RDEPEND="${DEPEND}"
 

Reply via email to