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/aixlog/
Date: Wed, 19 Jan 2022 17:09:08
Message-Id: 1642612132.216460859c5ae054b72e0b4aa825071364b63371.marecki@gentoo
1 commit: 216460859c5ae054b72e0b4aa825071364b63371
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 19 17:07:03 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 19 17:08:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21646085
7
8 dev-cpp/aixlog: keyword 1.5.0 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-cpp/aixlog/aixlog-1.5.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/aixlog/aixlog-1.5.0.ebuild b/dev-cpp/aixlog/aixlog-1.5.0.ebuild
16 index bd6ee183403c..17957bb3d65f 100644
17 --- a/dev-cpp/aixlog/aixlog-1.5.0.ebuild
18 +++ b/dev-cpp/aixlog/aixlog-1.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 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 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
26 EGIT_BRANCH="develop"
27 else
28 SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="~amd64 ~x86"
30 + KEYWORDS="~amd64 ~riscv ~x86"
31 fi
32
33 LICENSE="MIT"