Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/akonadi-server/
Date: Fri, 30 Oct 2015 10:15:38
Message-Id: 1446200106.93870a535bf272c06b8484a7a6b56ed304b0d548.ago@gentoo
1 commit: 93870a535bf272c06b8484a7a6b56ed304b0d548
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 10:12:42 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 10:15:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93870a53
7
8 app-office/akonadi-server: ppc stable wrt bug #563528
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="ppc"
12
13 app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
17 index 855eff1..b59b611 100644
18 --- a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
19 +++ b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
20 @@ -8,10 +8,10 @@ if [[ $PV = *9999* ]]; then
21 scm_eclass=git-r3
22 EGIT_REPO_URI=( "git://anongit.kde.org/akonadi" )
23 SRC_URI=""
24 - KEYWORDS="ppc64"
25 + KEYWORDS="ppc ppc64"
26 else
27 SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
28 - KEYWORDS="amd64 ~arm ~ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
29 + KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
30 S="${WORKDIR}/${P/-server/}"
31 fi