diff options
author | Sam James <sam@gentoo.org> | 2024-12-05 21:53:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-05 21:53:59 +0000 |
commit | a51c473c0dceed16b76f304564b043e916f46f73 (patch) | |
tree | 25af80e77e94c43dea41717032b14b0bb7f5cac7 /net-libs | |
parent | dev-lang/pypy: Stabilize 3.10.7.3.17_p4 amd64, #945848 (diff) | |
download | gentoo-a51c473c0dceed16b76f304564b043e916f46f73.tar.gz gentoo-a51c473c0dceed16b76f304564b043e916f46f73.tar.bz2 gentoo-a51c473c0dceed16b76f304564b043e916f46f73.zip |
net-libs/cppzmq: Stabilize 4.10.0 amd64, #945549
Signed-off-by: Sam James <sam@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 3c88f85b389d..4fb02db8a148 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 )" |