Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/
Date: Sat, 21 Nov 2020 21:59:59
Message-Id: 1605995973.c97552cb6715eb40ebe5b787924d49d2d265e7db.slyfox@gentoo
1 commit: c97552cb6715eb40ebe5b787924d49d2d265e7db
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 21 21:59:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 21 21:59:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97552cb
7
8 games-strategy/freeciv: keyworded 2.6.2 for ppc64
9
10 keyworded wrt bug #748573 (KEYWORDREQ)
11 Tested-by: ernsteiswuerfel
12 Package-Manager: Portage-3.0.9, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 games-strategy/freeciv/freeciv-2.6.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-strategy/freeciv/freeciv-2.6.2.ebuild b/games-strategy/freeciv/freeciv-2.6.2.ebuild
20 index 2b5d791692c..1b61b770630 100644
21 --- a/games-strategy/freeciv/freeciv-2.6.2.ebuild
22 +++ b/games-strategy/freeciv/freeciv-2.6.2.ebuild
23 @@ -13,7 +13,7 @@ HOMEPAGE="http://www.freeciv.org/"
24
25 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
26 SRC_URI="mirror://sourceforge/freeciv/${MY_P}.tar.bz2"
27 - KEYWORDS="~amd64 ~x86"
28 + KEYWORDS="~amd64 ~ppc64 ~x86"
29 fi
30
31 LICENSE="GPL-2+"