diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-03-09 17:51:26 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-30 23:33:19 +0200 |
commit | 2622f85a193527e81a2338f47ca942e915623a3e (patch) | |
tree | ba8f250d2b1ec8ad681b27746b3bf8b24122ecb4 | |
parent | games-misc/fortune-mod-kernelcookies: added ~arm64 keyword (diff) | |
download | gentoo-2622f85a193527e81a2338f47ca942e915623a3e.tar.gz gentoo-2622f85a193527e81a2338f47ca942e915623a3e.tar.bz2 gentoo-2622f85a193527e81a2338f47ca942e915623a3e.zip |
games-misc/fortune-mod-osfortune: added ~arm64 keyword
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild index b7c38670e084..8581471bc8af 100644 --- a/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild +++ b/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.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 @@ -10,7 +10,7 @@ SRC_URI="http://www.dibona.com/opensources/osfortune.tar.gz" LICENSE="GPL-1" 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="" DEPEND="games-misc/fortune-mod" |