diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-09 23:00:19 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-09 23:00:19 +0000 |
commit | 3bbcbf3f38776f82c2bb4dfeb243d9b0c412a536 (patch) | |
tree | c9ee667dfb808fffd0144986d98d22989a786f82 /app-office/akonadi-server | |
parent | Stable on amd64 wrt bug #354033 (diff) | |
download | gentoo-2-3bbcbf3f38776f82c2bb4dfeb243d9b0c412a536.tar.gz gentoo-2-3bbcbf3f38776f82c2bb4dfeb243d9b0c412a536.tar.bz2 gentoo-2-3bbcbf3f38776f82c2bb4dfeb243d9b0c412a536.zip |
Stable on amd64 wrt bug #354033
(Portage version: 2.1.9.47/cvs/Linux x86_64)
Diffstat (limited to 'app-office/akonadi-server')
-rw-r--r-- | app-office/akonadi-server/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/akonadi-server/akonadi-server-1.5.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog index f787fd96a1da..dd8df86704a8 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.54 2011/05/09 08:15:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.55 2011/05/09 23:00:19 hwoarang Exp $ + + 09 May 2011; Markos Chandras <hwoarang@gentoo.org> + akonadi-server-1.5.2.ebuild: + Stable on amd64 wrt bug #354033 09 May 2011; Thomas Kahle <tomka@gentoo.org> akonadi-server-1.5.2.ebuild: x86 stable per bug 354033 diff --git a/app-office/akonadi-server/akonadi-server-1.5.2.ebuild b/app-office/akonadi-server/akonadi-server-1.5.2.ebuild index ef42b2b21f35..542d8ddf0893 100644 --- a/app-office/akonadi-server/akonadi-server-1.5.2.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.5.2.ebuild,v 1.4 2011/05/09 08:15:44 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.5.2.ebuild,v 1.5 2011/05/09 23:00:19 hwoarang Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://pim.kde.org/akonadi" SRC_URI="http://download.akonadi-project.org/${P/-server/}.tar.bz2" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" SLOT="0" IUSE="mysql postgres +sqlite test" |