diff options
author | Sam James <sam@gentoo.org> | 2022-12-20 20:00:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-20 20:00:24 +0000 |
commit | f49c33f65a130673ea5b1f8a4506221b6030b53e (patch) | |
tree | 7de58235e4edcc80810e5239c13c9b78344422cf /net-libs/cppzmq | |
parent | dev-python/jupyterlab_server: add 2.16.5 (diff) | |
download | gentoo-f49c33f65a130673ea5b1f8a4506221b6030b53e.tar.gz gentoo-f49c33f65a130673ea5b1f8a4506221b6030b53e.tar.bz2 gentoo-f49c33f65a130673ea5b1f8a4506221b6030b53e.zip |
net-libs/cppzmq: Stabilize 4.9.0 x86, #887527
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/cppzmq')
-rw-r--r-- | net-libs/cppzmq/cppzmq-4.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/cppzmq/cppzmq-4.9.0.ebuild b/net-libs/cppzmq/cppzmq-4.9.0.ebuild index 1cf6afcb3d30..9b9a439919d5 100644 --- a/net-libs/cppzmq/cppzmq-4.9.0.ebuild +++ b/net-libs/cppzmq/cppzmq-4.9.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 )" |