Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/cppzmq/
Date: Mon, 29 Jun 2020 06:33:31
Message-Id: 1593412383.73e05596ba80ac128e50b78f1ff6a7a76747ca4c.mgorny@gentoo
1 commit: 73e05596ba80ac128e50b78f1ff6a7a76747ca4c
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sat Jun 27 22:06:56 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 06:33:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e05596
7
8 net-libs/cppzmq: arm keyworded (bug #727560)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-libs/cppzmq/cppzmq-4.6.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/cppzmq/cppzmq-4.6.0.ebuild b/net-libs/cppzmq/cppzmq-4.6.0.ebuild
18 index 477975337ae..a9d24c47068 100644
19 --- a/net-libs/cppzmq/cppzmq-4.6.0.ebuild
20 +++ b/net-libs/cppzmq/cppzmq-4.6.0.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 SLOT="0"
24 LICENSE="MIT"
25 -KEYWORDS="~amd64 ~x86 ~x86-linux"
26 +KEYWORDS="~amd64 ~arm ~x86 ~x86-linux"
27
28 IUSE="test"
29 RESTRICT="!test? ( test )"