Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/cowsay/
Date: Wed, 27 Apr 2022 06:59:05
Message-Id: 1651042729.2d0cafea483e3986544f09e39fedc7e73d1fb46e.jsmolic@gentoo
1 commit: 2d0cafea483e3986544f09e39fedc7e73d1fb46e
2 Author: Raymond Wong <infiwang <AT> pm <DOT> me>
3 AuthorDate: Wed Apr 27 03:24:43 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 06:58:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0cafea
7
8 games-misc/cowsay: Keyword 3.7.0 riscv, #841227
9
10 Closes: https://bugs.gentoo.org/841227
11
12 Signed-off-by: Raymond Wong <infiwang <AT> pm.me>
13 Closes: https://github.com/gentoo/gentoo/pull/25221
14 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
15
16 games-misc/cowsay/cowsay-3.7.0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/games-misc/cowsay/cowsay-3.7.0.ebuild b/games-misc/cowsay/cowsay-3.7.0.ebuild
20 index 48809fbe56ed..2c836214fe5b 100644
21 --- a/games-misc/cowsay/cowsay-3.7.0.ebuild
22 +++ b/games-misc/cowsay/cowsay-3.7.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=8
29 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/cowsay-org/cowsay/archive/refs/tags/v${PV}.tar.gz ->
30
31 LICENSE="GPL-3"
32 SLOT="0"
33 -KEYWORDS="~alpha amd64 arm64 ~hppa ~mips ppc64 x86 ~x64-macos ~x64-solaris"
34 +KEYWORDS="~alpha amd64 arm64 ~hppa ~mips ppc64 ~riscv x86 ~x64-macos ~x64-solaris"
35
36 RDEPEND="dev-lang/perl"
37 BDEPEND="${RDEPEND}"