diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2013-03-04 19:14:29 +0000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2013-03-04 19:14:29 +0000 |
commit | dfc38187bb99849caa01897dad13f3cfcac2b14b (patch) | |
tree | 5401d50df4184176a2346719e15a969f6e364ee7 /app-office/akonadi-server | |
parent | Switch to EAPI 5. (diff) | |
download | gentoo-2-dfc38187bb99849caa01897dad13f3cfcac2b14b.tar.gz gentoo-2-dfc38187bb99849caa01897dad13f3cfcac2b14b.tar.bz2 gentoo-2-dfc38187bb99849caa01897dad13f3cfcac2b14b.zip |
Fix patch path
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 0x296C6CCA35A64134)
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.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/akonadi-server/ChangeLog b/app-office/akonadi-server/ChangeLog index 568dc879be5c..bd2e46645f78 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.101 2013/03/04 19:11:06 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/ChangeLog,v 1.102 2013/03/04 19:14:29 mschiff Exp $ + + 04 Mar 2013; Marc Schiffbauer <mschiff@gentoo.org> + akonadi-server-1.9.1.ebuild: + Fix patch path *akonadi-server-1.9.1 (04 Mar 2013) diff --git a/app-office/akonadi-server/akonadi-server-1.9.1.ebuild b/app-office/akonadi-server/akonadi-server-1.9.1.ebuild index 32cfec9c3fa7..4c4647f6ac17 100644 --- a/app-office/akonadi-server/akonadi-server-1.9.1.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.9.1.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.1.ebuild,v 1.1 2013/03/04 19:11:06 mschiff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/akonadi-server/akonadi-server-1.9.1.ebuild,v 1.2 2013/03/04 19:14:29 mschiff Exp $ EAPI=4 @@ -44,7 +44,7 @@ REQUIRED_USE="|| ( sqlite mysql postgres )" RESTRICT=test -PATCHES=( "${FILESDIR}/${P}-qt5.patch" ) +PATCHES=( "${FILESDIR}/${PN}-1.9.0-qt5.patch" ) pkg_setup() { # Set default storage backend in order: MySQL, SQLite PostgreSQL |