diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-03-09 17:52:55 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-30 23:33:21 +0200 |
commit | 1af02560c5076c92a9ba2c69dd06ed56ca89ab4c (patch) | |
tree | 47ac9d5a081e0a8aa33097f48bb1cb6a74173c4a /games-misc | |
parent | games-misc/fortune-mod-osfortune: added ~arm64 keyword (diff) | |
download | gentoo-1af02560c5076c92a9ba2c69dd06ed56ca89ab4c.tar.gz gentoo-1af02560c5076c92a9ba2c69dd06ed56ca89ab4c.tar.bz2 gentoo-1af02560c5076c92a9ba2c69dd06ed56ca89ab4c.zip |
games-misc/fortune-mod-powerpuff: added ~arm64 keyword
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild b/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild index 3be6e778a27f..83680b342344 100644 --- a/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild +++ b/games-misc/fortune-mod-powerpuff/fortune-mod-powerpuff-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ SRC_URI="http://eelco.is.a.rootboy.net/fortunecookies/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="games-misc/fortune-mod" |