diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-24 15:28:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-24 15:28:18 +0000 |
commit | 99d1affcce491ea70e749ae660941db97fb3ea99 (patch) | |
tree | 1b5e789acf0c656626d70d2c8327581385a50681 | |
parent | Stable for x86, wrt bug #530056 (diff) | |
download | gentoo-2-99d1affcce491ea70e749ae660941db97fb3ea99.tar.gz gentoo-2-99d1affcce491ea70e749ae660941db97fb3ea99.tar.bz2 gentoo-2-99d1affcce491ea70e749ae660941db97fb3ea99.zip |
Stable for ppc, wrt bug #528754
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
-rw-r--r-- | app-office/akonadi-server/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/akonadi-server/akonadi-server-1.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog index 75242ebd1d50..42fad1c295f7 100644 --- a/app-office/akonadi-server/ChangeLog +++ b/app-office/akonadi-server/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/akonadi-server # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.150 2014/11/23 14:25:37 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.151 2014/11/24 15:28:18 ago Exp $ + + 24 Nov 2014; Agostino Sarubbo <ago@gentoo.org> akonadi-server-1.13.0.ebuild: + Stable for ppc, wrt bug #528754 23 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> akonadi-server-1.13.0.ebuild: x86 stable wrt bug #528754 diff --git a/app-office/akonadi-server/akonadi-server-1.13.0.ebuild b/app-office/akonadi-server/akonadi-server-1.13.0.ebuild index 52d50048bc01..64bbfdd551ac 100644 --- a/app-office/akonadi-server/akonadi-server-1.13.0.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v 1.5 2014/11/23 14:25:37 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0.ebuild,v 1.6 2014/11/24 15:28:18 ago Exp $ EAPI=5 @@ -11,7 +11,7 @@ if [[ $PV = *9999* ]]; then KEYWORDS="" else SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${P/-server/}" fi |