diff options
author | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-04 00:26:16 +0100 |
commit | bde28334cc3e0ed8f7bd6a0ece1d49e697f86878 (patch) | |
tree | acb1f14a9b809b7d71955c5610ed3759ce79c14d /net-libs/zeromq | |
parent | net-ftp/vsftpd: remove implicit elibc_* flags (diff) | |
download | gentoo-bde28334cc3e0ed8f7bd6a0ece1d49e697f86878.tar.gz gentoo-bde28334cc3e0ed8f7bd6a0ece1d49e697f86878.tar.bz2 gentoo-bde28334cc3e0ed8f7bd6a0ece1d49e697f86878.zip |
net-libs/zeromq: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-libs/zeromq')
-rw-r--r-- | net-libs/zeromq/zeromq-4.3.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/zeromq/zeromq-4.3.4-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild index da4a09e97c25..f507ff1b89b5 100644 --- a/net-libs/zeromq/zeromq-4.3.3-r1.ebuild +++ b/net-libs/zeromq/zeromq-4.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/5" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind elibc_Darwin" +IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind" RESTRICT="!test? ( test )" RDEPEND=" diff --git a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild index a326c9f95e1a..2e385aa17e29 100644 --- a/net-libs/zeromq/zeromq-4.3.4-r1.ebuild +++ b/net-libs/zeromq/zeromq-4.3.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,7 +12,7 @@ SRC_URI="https://github.com/zeromq/libzmq/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/5" KEYWORDS="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind elibc_Darwin" +IUSE="doc drafts +libbsd pgm +sodium static-libs test unwind" RESTRICT="!test? ( test )" RDEPEND=" |