diff options
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/cowsay/cowsay-3.04.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/cowsay/cowsay-3.04.ebuild b/games-misc/cowsay/cowsay-3.04.ebuild index 2186ca0454ba..dd1855cb7d00 100644 --- a/games-misc/cowsay/cowsay-3.04.ebuild +++ b/games-misc/cowsay/cowsay-3.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/tnalpgge/rank-amateur-${PN}/archive/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc64 ~x86 ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~x86 ~x64-solaris" RDEPEND=">=dev-lang/perl-5" BDEPEND="${RDEPEND}" |