diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-03-09 18:17:36 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-30 23:33:30 +0200 |
commit | 7ccbb467661497e5342b4d50c1a44f2cf9ee2ac8 (patch) | |
tree | 29b32754f59d61f39c07f48b917801fc629c80ba /games-misc/fortune-mod-tao | |
parent | games-misc/fortune-mod-strangelove: added ~arm64 keyword (diff) | |
download | gentoo-7ccbb467661497e5342b4d50c1a44f2cf9ee2ac8.tar.gz gentoo-7ccbb467661497e5342b4d50c1a44f2cf9ee2ac8.tar.bz2 gentoo-7ccbb467661497e5342b4d50c1a44f2cf9ee2ac8.zip |
games-misc/fortune-mod-tao: added ~arm64 keyword
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'games-misc/fortune-mod-tao')
-rw-r--r-- | games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild b/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild index fb718a4fd235..1e5df9bb24c6 100644 --- a/games-misc/fortune-mod-tao/fortune-mod-tao-1.ebuild +++ b/games-misc/fortune-mod-tao/fortune-mod-tao-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 @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${MY_PN}.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="" RDEPEND="games-misc/fortune-mod" |