Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/akonadi-server/
Date: Tue, 31 May 2016 11:05:29
Message-Id: 1464692715.e73c47d547584466468cef5536bef7602a834666.johu@gentoo
1 commit: e73c47d547584466468cef5536bef7602a834666
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 11:05:05 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 11:05:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73c47d5
7
8 app-office/akonadi-server: Drop ppc/ppc64 to testing
9
10 No stable reverse dependencies left due to
11 bfa4140c1969992bb8d5b7e38565bb1a99003095
12
13 Package-Manager: portage-2.3.0_rc1
14
15 app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 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
19 index b59b611..8ce6f72 100644
20 --- a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
21 +++ b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -11,7 +11,7 @@ if [[ $PV = *9999* ]]; then
29 KEYWORDS="ppc ppc64"
30 else
31 SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2"
32 - KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
33 + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
34 S="${WORKDIR}/${P/-server/}"
35 fi