diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 11:47:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-08-06 11:47:01 +0000 |
commit | 11f84cf03b0ae6129b7122b12f11eea92ed3ca46 (patch) | |
tree | 3592373d68df73429be5e8a0eaedfc292b9d4ffd /app-office | |
parent | Stable for amd64, wrt bug #553622 (diff) | |
download | gentoo-2-11f84cf03b0ae6129b7122b12f11eea92ed3ca46.tar.gz gentoo-2-11f84cf03b0ae6129b7122b12f11eea92ed3ca46.tar.bz2 gentoo-2-11f84cf03b0ae6129b7122b12f11eea92ed3ca46.zip |
Stable for amd64, wrt bug #555334
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/akonadi-server/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/akonadi-server/akonadi-server-1.13.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog index dc4c458d34ea..240f29f9a81d 100644 --- a/app-office/akonadi-server/ChangeLog +++ b/app-office/akonadi-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/akonadi-server # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.157 2015/07/23 19:35:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.158 2015/08/06 11:47:01 ago Exp $ + + 06 Aug 2015; Agostino Sarubbo <ago@gentoo.org> + akonadi-server-1.13.0-r1.ebuild: + Stable for amd64, wrt bug #555334 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> akonadi-server-1.13.0-r1.ebuild: ppc stable wrt bug #555334 diff --git a/app-office/akonadi-server/akonadi-server-1.13.0-r1.ebuild b/app-office/akonadi-server/akonadi-server-1.13.0-r1.ebuild index e6e48a8e225c..57940d7a24bf 100644 --- a/app-office/akonadi-server/akonadi-server-1.13.0-r1.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.13.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.2 2015/07/23 19:35:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.13.0-r1.ebuild,v 1.3 2015/08/06 11:47:01 ago Exp $ EAPI=5 @@ -8,10 +8,10 @@ if [[ $PV = *9999* ]]; then scm_eclass=git-r3 EGIT_REPO_URI=( "git://anongit.kde.org/akonadi" ) SRC_URI="" - KEYWORDS="ppc" + KEYWORDS="amd64 ppc" 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 |