public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/carbon-c-relay/
Date: Thu, 13 Aug 2015 18:39:57 +0000 (UTC)	[thread overview]
Message-ID: <1439491165.f1bd1a821c12fe14020f92e41586785ccb9acf20.grobian@gentoo> (raw)

commit:     f1bd1a821c12fe14020f92e41586785ccb9acf20
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 13 18:39:25 2015 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Aug 13 18:39:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bd1a82

Version bump, supports explicit keys for fnv1a_ch clusters

Package-Manager: portage-2.2.20-prefix

 app-misc/carbon-c-relay/Manifest                                    | 2 +-
 .../{carbon-c-relay-0.39-r1.ebuild => carbon-c-relay-0.44.ebuild}   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/carbon-c-relay/Manifest b/app-misc/carbon-c-relay/Manifest
index 277e8f4..0081223 100644
--- a/app-misc/carbon-c-relay/Manifest
+++ b/app-misc/carbon-c-relay/Manifest
@@ -1,3 +1,3 @@
-DIST carbon-c-relay-0.39.tar.gz 55308 SHA256 694cfb291981fda58930af09bd1563a20ca8e40839d8bdbda5b8403774cf391d SHA512 b7797f969bf3431f883a5e8288b748494a9c9d8448c7bcde6642b538e20c6fe99acc296ba7bc940739c53619ee672a46ff787c66d75900f45a057f2660da0e5f WHIRLPOOL 8e1b8646b720f2db3f1a556f57975c9556e4a0d3b36479b6ad58607abe0d9f2629ef7275def4ef6a9dc4b73268376fa07c78b8dac3bd5b8bd90ff70dd706f4cf
 DIST carbon-c-relay-0.40.tar.gz 57697 SHA256 38e3b93f4a46e72f11c30f84bd0a0a77862d8d3cd1904447678eabfce89a0468 SHA512 6d77d521eba6dfa576810f3e850f091431a76282f5c7c85a72af300cff18b0dec8738dd00d9555933fbf486ce9656ea4f06332644bfccc634078c90937705aaa WHIRLPOOL ddaf8d02168a10f1e0e2dd8701cd430aefe7346164016a41e25850b2871d541f9002c93063d0836d40caf6db2ff380183d8a4e145df89324be33ef22386bec39
 DIST carbon-c-relay-0.43.tar.gz 63005 SHA256 de55c2af2392910f28a28dab96faa24a394bf1038f4cc045d4db5f8a0180603e SHA512 9c81011131c242b96c198a299fb26661cceb4a6b66c387f4201fe156cc025ec5ccc9962573eec11f3f98a808ba38638a18dd6b2c535dea61c9eec009e22c0e44 WHIRLPOOL 895b31b54a0b7d28c80cfbe16b0ae0012a87adea738f49f503966c159ea0c536aeb6a6cbf424ed325811b85b1fe376a0aab969abd66d08c553dd300c6707a02c
+DIST carbon-c-relay-0.44.tar.gz 54533 SHA256 424f5eebdfcd8cd42f07495b97c440e9133723966013d63fe3f6d8220bd031dc SHA512 ae0ded77d189c22bab0400922831211f411d47b92bde44f9a4c4208a094a57ac875a52e04ef6297238281bb44c8869f0510b3a3b6dc1c564e02e4f22bb69e268 WHIRLPOOL b7351576d7f1bdb5c0929967faacd6861a10f8d8d3bedebcc9bf7a3f15e0b9ea2d3475ecd8e700e3f2fb190698ea343fcb4530d10522591512f1de9d787a0ab2

diff --git a/app-misc/carbon-c-relay/carbon-c-relay-0.39-r1.ebuild b/app-misc/carbon-c-relay/carbon-c-relay-0.44.ebuild
similarity index 91%
rename from app-misc/carbon-c-relay/carbon-c-relay-0.39-r1.ebuild
rename to app-misc/carbon-c-relay/carbon-c-relay-0.44.ebuild
index 043c466..e20b1c5 100644
--- a/app-misc/carbon-c-relay/carbon-c-relay-0.39-r1.ebuild
+++ b/app-misc/carbon-c-relay/carbon-c-relay-0.44.ebuild
@@ -15,9 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
-RDEPEND="dev-libs/openssl:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
+RDEPEND=""
+DEPEND="${RDEPEND}"
 
 pkg_preinst() {
 	enewgroup carbon
@@ -26,6 +25,7 @@ pkg_preinst() {
 
 src_prepare() {
 	tc-export CC
+	tc-has-openmp || export OPENMP_FLAGS=
 }
 
 src_install() {


             reply	other threads:[~2015-08-13 18:40 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13 18:39 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-11-07 10:17 [gentoo-commits] repo/gentoo:master commit in: app-misc/carbon-c-relay/ Fabian Groffen
2015-11-23 18:35 Fabian Groffen
2015-12-03 11:53 Fabian Groffen
2015-12-16 15:43 Fabian Groffen
2016-01-04 15:33 Fabian Groffen
2016-01-16 16:04 Fabian Groffen
2016-01-29 14:58 Fabian Groffen
2016-02-24  7:37 Fabian Groffen
2016-03-11  8:41 Fabian Groffen
2016-03-24  6:54 Fabian Groffen
2016-05-30  7:24 Fabian Groffen
2016-06-16 12:20 Fabian Groffen
2016-09-12 11:58 Fabian Groffen
2016-11-10  8:20 Fabian Groffen
2017-01-03 10:42 Fabian Groffen
2017-01-09 10:20 Fabian Groffen
2017-01-26  7:43 Fabian Groffen
2017-04-12 13:49 Fabian Groffen
2017-08-30  7:00 Fabian Groffen
2017-10-21 14:58 Fabian Groffen
2018-03-23  9:04 Fabian Groffen
2018-05-01 15:58 Mikle Kolyada
2018-10-18 16:17 Fabian Groffen
2019-02-22  8:31 Fabian Groffen
2019-10-26 10:33 Fabian Groffen
2020-07-05  9:24 Fabian Groffen
2020-07-05 10:14 Fabian Groffen
2020-07-10  9:25 Fabian Groffen
2021-01-06 13:19 Fabian Groffen
2021-11-09 20:02 Fabian Groffen
2022-02-13 15:21 Fabian Groffen
2022-12-26  9:11 Fabian Groffen
2024-03-17  7:50 Sam James
2024-03-17  7:50 Sam James
2024-04-28 11:56 Fabian Groffen

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=1439491165.f1bd1a821c12fe14020f92e41586785ccb9acf20.grobian@gentoo \
    --to=grobian@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