diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-04 13:10:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-04 13:10:42 +0000 |
commit | 3e77d0754dbdae15487a4b669c9298f964c959ef (patch) | |
tree | 2e28511362a0975f7a625178a695fb9670b6013f /app-office/akonadi-server | |
parent | Stable for amd64, wrt to bug #471392 (diff) | |
download | gentoo-2-3e77d0754dbdae15487a4b669c9298f964c959ef.tar.gz gentoo-2-3e77d0754dbdae15487a4b669c9298f964c959ef.tar.bz2 gentoo-2-3e77d0754dbdae15487a4b669c9298f964c959ef.zip |
Stable for amd64, wrt bug #471392
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office/akonadi-server')
-rw-r--r-- | app-office/akonadi-server/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/akonadi-server/akonadi-server-1.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog index ed1bfd82b3c1..e742c89bec53 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.110 2013/05/08 18:38:22 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.111 2013/06/04 13:10:42 ago Exp $ + + 04 Jun 2013; Agostino Sarubbo <ago@gentoo.org> akonadi-server-1.9.2.ebuild: + Stable for amd64, wrt bug #471392 *akonadi-server-1.9.2 (08 May 2013) diff --git a/app-office/akonadi-server/akonadi-server-1.9.2.ebuild b/app-office/akonadi-server/akonadi-server-1.9.2.ebuild index 3869a45141b2..cf450629549b 100644 --- a/app-office/akonadi-server/akonadi-server-1.9.2.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.9.2.ebuild,v 1.1 2013/05/08 18:38:22 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.2.ebuild,v 1.2 2013/06/04 13:10:42 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 |