Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/cppzmq/
Date: Sat, 30 Apr 2022 15:53:30
Message-Id: 1651333994.1d58b92768fdd6460c7ca60ea20ffe998e8029a7.marecki@gentoo
1 commit: 1d58b92768fdd6460c7ca60ea20ffe998e8029a7
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 15:52:11 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 15:53:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d58b927
7
8 net-libs/cppzmq: keyword 4.6.0 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-libs/cppzmq/cppzmq-4.6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/cppzmq/cppzmq-4.6.0.ebuild b/net-libs/cppzmq/cppzmq-4.6.0.ebuild
16 index 8ac687bd6ab7..48351df3d3b6 100644
17 --- a/net-libs/cppzmq/cppzmq-4.6.0.ebuild
18 +++ b/net-libs/cppzmq/cppzmq-4.6.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/zeromq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 SLOT="0"
28 LICENSE="MIT"
29 -KEYWORDS="amd64 ~arm ~arm64 x86 ~x86-linux"
30 +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~x86-linux"
31
32 IUSE="test"
33 RESTRICT="!test? ( test )"