diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-05 10:38:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-05 10:38:04 +0000 |
commit | d80e7d10195ac68fdf5fa5ef02a0e4fdf5096712 (patch) | |
tree | 17d1dd82c5a53d85f3d760c4f88e80b266561cb4 /app-office | |
parent | Stable for x86, wrt bug #471392 (diff) | |
download | gentoo-2-d80e7d10195ac68fdf5fa5ef02a0e4fdf5096712.tar.gz gentoo-2-d80e7d10195ac68fdf5fa5ef02a0e4fdf5096712.tar.bz2 gentoo-2-d80e7d10195ac68fdf5fa5ef02a0e4fdf5096712.zip |
Stable for x86, wrt bug #471392
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-office')
-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 e742c89bec53..e2fed2482f06 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.111 2013/06/04 13:10:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.112 2013/06/05 10:38:04 ago Exp $ + + 05 Jun 2013; Agostino Sarubbo <ago@gentoo.org> akonadi-server-1.9.2.ebuild: + Stable for x86, wrt bug #471392 04 Jun 2013; Agostino Sarubbo <ago@gentoo.org> akonadi-server-1.9.2.ebuild: Stable for amd64, wrt bug #471392 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 cf450629549b..02fc601086ea 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.2 2013/06/04 13:10:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.2.ebuild,v 1.3 2013/06/05 10:38:04 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 |