public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/wrk/
Date: Fri,  3 Jun 2016 08:39:16 +0000 (UTC)	[thread overview]
Message-ID: <1464943269.4100d2b76e257ecc714c887ae3e4c1b6ad8f9b9a.blueness@gentoo> (raw)

commit:     4100d2b76e257ecc714c887ae3e4c1b6ad8f9b9a
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  3 08:40:57 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 08:41:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4100d2b7

app-benchmarks/wrk: add libressl support

Package-Manager: portage-2.2.28

 app-benchmarks/wrk/wrk-3.1.1.ebuild | 8 +++++---
 app-benchmarks/wrk/wrk-3.1.2.ebuild | 9 +++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/app-benchmarks/wrk/wrk-3.1.1.ebuild b/app-benchmarks/wrk/wrk-3.1.1.ebuild
index 60f01be..83e458b 100644
--- a/app-benchmarks/wrk/wrk-3.1.1.ebuild
+++ b/app-benchmarks/wrk/wrk-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,9 +13,11 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE=""
+IUSE="libressl"
 
-DEPEND="dev-libs/openssl:0 >=dev-lang/luajit-2.0.2"
+DEPEND=">=dev-lang/luajit-2.0.2
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {

diff --git a/app-benchmarks/wrk/wrk-3.1.2.ebuild b/app-benchmarks/wrk/wrk-3.1.2.ebuild
index 3c01bc5..425b7fb 100644
--- a/app-benchmarks/wrk/wrk-3.1.2.ebuild
+++ b/app-benchmarks/wrk/wrk-3.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,10 +13,11 @@ SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~x86 ~amd64"
-IUSE=""
+IUSE="libressl"
 
-DEPEND="dev-libs/openssl:0
-	>=dev-lang/luajit-2.0.2"
+DEPEND=">=dev-lang/luajit-2.0.2
+	!libressl? ( dev-libs/openssl:0= )
+	libressl? ( dev-libs/libressl:0= )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {


             reply	other threads:[~2016-06-03  8:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-03  8:39 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-07 22:11 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/wrk/ Patrice Clement
2016-11-07 22:11 Patrice Clement
2017-10-28 18:22 Vikraman Choudhury
2018-02-04 22:29 Vikraman Choudhury
2019-04-13 19:10 Agostino Sarubbo
2020-05-10 16:22 Conrad Kostecki
2020-05-10 16:22 Conrad Kostecki
2021-01-03 21:45 Conrad Kostecki
2021-05-01 14:10 Mikle Kolyada
2022-01-20 22:58 Conrad Kostecki
2022-01-20 22:58 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1464943269.4100d2b76e257ecc714c887ae3e4c1b6ad8f9b9a.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox