Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/popl/
Date: Wed, 19 Jan 2022 17:09:08
Message-Id: 1642612133.d082893b62cc15255287182652e27a9a76b5768c.marecki@gentoo
1 commit: d082893b62cc15255287182652e27a9a76b5768c
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 17:07:21 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 17:08:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d082893b
7
8 dev-cpp/popl: keyword 1.2.0 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-cpp/popl/popl-1.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/popl/popl-1.2.0.ebuild b/dev-cpp/popl/popl-1.2.0.ebuild
16 index a83ee4c545b4..c86b01b390a9 100644
17 --- a/dev-cpp/popl/popl-1.2.0.ebuild
18 +++ b/dev-cpp/popl/popl-1.2.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 @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]] ; then
26 else
27
28 SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="amd64 x86"
30 + KEYWORDS="amd64 ~riscv x86"
31 fi
32
33 LICENSE="MIT"