diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:57:10 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:57:10 +0000 |
commit | 849655c52fe6652d8d794d456f084f63f0372e5b (patch) | |
tree | 8c250c1221ee959e4d70ed7ac194650f50e758c2 /net-libs | |
parent | dev-build/bmake: Stabilize 20240808 ppc, #944600 (diff) | |
download | gentoo-849655c52fe6652d8d794d456f084f63f0372e5b.tar.gz gentoo-849655c52fe6652d8d794d456f084f63f0372e5b.tar.bz2 gentoo-849655c52fe6652d8d794d456f084f63f0372e5b.zip |
net-libs/cppzmq: Stabilize 4.10.0 x86, #945549
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/cppzmq/cppzmq-4.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/cppzmq/cppzmq-4.10.0.ebuild b/net-libs/cppzmq/cppzmq-4.10.0.ebuild index 84e084f6e220..3c88f85b389d 100644 --- a/net-libs/cppzmq/cppzmq-4.10.0.ebuild +++ b/net-libs/cppzmq/cppzmq-4.10.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |