diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-02-06 20:14:33 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-02-06 20:14:33 +0000 |
commit | c1a4b67b649473fe4370885ddcd694d90310fa85 (patch) | |
tree | 909ed24d3ceafde65009ad5ac188797b18483d38 /app-office | |
parent | Version bump. Drop old ebuilds. Bug #455898. Thanks to PhobosK <phobosk@fastm... (diff) | |
download | gentoo-2-c1a4b67b649473fe4370885ddcd694d90310fa85.tar.gz gentoo-2-c1a4b67b649473fe4370885ddcd694d90310fa85.tar.bz2 gentoo-2-c1a4b67b649473fe4370885ddcd694d90310fa85.zip |
Output backend change for more versions
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/akonadi-server/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/akonadi-server/akonadi-server-1.9.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog index 8369c6a23432..21956160d934 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.96 2013/02/06 18:59:38 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.97 2013/02/06 20:14:33 dilfridge Exp $ + + 06 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> + akonadi-server-1.9.0.ebuild: + Output backend change for more versions 06 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> akonadi-server-1.9.0.ebuild: Change default backend to mysql wrt bug 441596 diff --git a/app-office/akonadi-server/akonadi-server-1.9.0.ebuild b/app-office/akonadi-server/akonadi-server-1.9.0.ebuild index d97cc19265ad..f1a4c417da9c 100644 --- a/app-office/akonadi-server/akonadi-server-1.9.0.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.9.0.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.0.ebuild,v 1.2 2013/02/06 18:59:38 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.0.ebuild,v 1.3 2013/02/06 20:14:33 dilfridge Exp $ EAPI=4 @@ -72,7 +72,7 @@ pkg_setup() { fi # Notify about MySQL not being default anymore - if ! use sqlite && has_version "<=${CATEGORY}/${PN}-1.4.0[sqlite]"; then + if ! use sqlite && has_version "<=${CATEGORY}/${PN}-1.9.0[sqlite]"; then ewarn ewarn "The default storage drive has changed from SQLite to MySQL." ewarn "If you want to stay with SQLite, enable the sqlite USE flag and reinstall" |