diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 15:45:33 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 16:06:34 +0100 |
commit | 8b83631d211daef7413a6803150a6d68a0bf3b26 (patch) | |
tree | 50f76d8d1536870bbe4e525ef1979cef8e763d06 /net-libs | |
parent | net-libs/srt: drop x86-macos (diff) | |
download | gentoo-8b83631d211daef7413a6803150a6d68a0bf3b26.tar.gz gentoo-8b83631d211daef7413a6803150a6d68a0bf3b26.tar.bz2 gentoo-8b83631d211daef7413a6803150a6d68a0bf3b26.zip |
net-libs/zeromq: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/zeromq/zeromq-4.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/zeromq/zeromq-4.3.3.ebuild b/net-libs/zeromq/zeromq-4.3.3.ebuild index e826583f0aa3..14c63573ce37 100644 --- a/net-libs/zeromq/zeromq-4.3.3.ebuild +++ b/net-libs/zeromq/zeromq-4.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,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 ~x86-macos" +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc drafts pgm +sodium static-libs test unwind elibc_Darwin" RESTRICT="!test? ( test )" |