Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/cowsay/
Date: Tue, 04 Aug 2020 15:11:04
Message-Id: 1596553853.721f72275c5f56692337f4d5896c27afbe7de467.sam@gentoo
1 commit: 721f72275c5f56692337f4d5896c27afbe7de467
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 15:04:37 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 15:10:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721f7227
7
8 games-misc/cowsay: arm64 keyworded (bug #735198)
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-misc/cowsay/cowsay-3.04.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/games-misc/cowsay/cowsay-3.04.ebuild b/games-misc/cowsay/cowsay-3.04.ebuild
17 index 2186ca0454b..dd1855cb7d0 100644
18 --- a/games-misc/cowsay/cowsay-3.04.ebuild
19 +++ b/games-misc/cowsay/cowsay-3.04.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/tnalpgge/rank-amateur-${PN}/archive/${P}.tar.gz"
27
28 LICENSE="GPL-3"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc64 ~x86 ~x64-solaris"
31 +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~x86 ~x64-solaris"
32
33 RDEPEND=">=dev-lang/perl-5"
34 BDEPEND="${RDEPEND}"