diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-27 17:43:53 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-27 17:43:53 +0100 |
commit | 7d1abe3aca2c7565908af5b9a02262db8f25521b (patch) | |
tree | 0b4a77c125057538d1bd987452d518c650e84dcb /net-libs/cppzmq | |
parent | virtual/rust: ppc64 stable wrt bug #756769 (diff) | |
download | gentoo-7d1abe3aca2c7565908af5b9a02262db8f25521b.tar.gz gentoo-7d1abe3aca2c7565908af5b9a02262db8f25521b.tar.bz2 gentoo-7d1abe3aca2c7565908af5b9a02262db8f25521b.zip |
net-libs/cppzmq: x86 stable (bug #757180)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'net-libs/cppzmq')
-rw-r--r-- | net-libs/cppzmq/cppzmq-4.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/cppzmq/cppzmq-4.6.0.ebuild b/net-libs/cppzmq/cppzmq-4.6.0.ebuild index 9929c655b614..d5656c9ebacc 100644 --- a/net-libs/cppzmq/cppzmq-4.6.0.ebuild +++ b/net-libs/cppzmq/cppzmq-4.6.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 ~x86 ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 x86 ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |