Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
Date: Mon, 03 Jan 2022 23:26:57
Message-Id: 1641252376.bde28334cc3e0ed8f7bd6a0ece1d49e697f86878.soap@gentoo
1 commit: bde28334cc3e0ed8f7bd6a0ece1d49e697f86878
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:16 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde28334
7
8 net-libs/zeromq: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-libs/zeromq/zeromq-4.3.3-r1.ebuild | 4 ++--
13 net-libs/zeromq/zeromq-4.3.4-r1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
17 index da4a09e97c25..f507ff1b89b5 100644
18 --- a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
19 +++ b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz"
27 LICENSE="LGPL-3"
28 SLOT="0/5"
29 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
30 -IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind elibc_Darwin"
31 +IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind"
32 RESTRICT="!test? ( test )"
33
34 RDEPEND="
35
36 diff --git a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
37 index a326c9f95e1a..2e385aa17e29 100644
38 --- a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
39 +++ b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="7"
46 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz"
47 LICENSE="LGPL-3"
48 SLOT="0/5"
49 KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
50 -IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind elibc_Darwin"
51 +IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind"
52 RESTRICT="!test? ( test )"
53
54 RDEPEND="