Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-pqf/
Date: Fri, 30 Mar 2018 21:34:03
Message-Id: 1522445602.f6584d4c40997b0af903dbd6e9d3a09d322c67f3.monsieurp@gentoo
1 commit: f6584d4c40997b0af903dbd6e9d3a09d322c67f3
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 9 18:03:44 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 21:33:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6584d4c
7
8 games-misc/fortune-mod-pqf: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild
16 index 74791c86cc1..6784e068849 100644
17 --- a/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild
18 +++ b/games-misc/fortune-mod-pqf/fortune-mod-pqf-6.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -8,7 +8,7 @@ SRC_URI="http://www.ie.lspace.org/ftp-lspace/words/pqf/pqf-${PV}"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
31 IUSE=""
32
33 DEPEND="games-misc/fortune-mod"