diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-25 18:19:55 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-25 18:19:55 +0000 |
commit | f139d21e6a41898bff765dc577e9cc31c52c6924 (patch) | |
tree | 23d070a6874bc461a0aa4e5b689a092a90be5a63 /gnome-extra/zim | |
parent | Version bump. (diff) | |
download | gentoo-2-f139d21e6a41898bff765dc577e9cc31c52c6924.tar.gz gentoo-2-f139d21e6a41898bff765dc577e9cc31c52c6924.tar.bz2 gentoo-2-f139d21e6a41898bff765dc577e9cc31c52c6924.zip |
Try to use undocumented usage of bash arrays for PATCHES to shut up repoman.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'gnome-extra/zim')
-rw-r--r-- | gnome-extra/zim/zim-0.20.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/zim/zim-0.23.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gnome-extra/zim/zim-0.20.ebuild b/gnome-extra/zim/zim-0.20.ebuild index 4d1d23164724..4ffac1a6808f 100644 --- a/gnome-extra/zim/zim-0.20.ebuild +++ b/gnome-extra/zim/zim-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zim/zim-0.20.ebuild,v 1.2 2008/04/25 17:44:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zim/zim-0.20.ebuild,v 1.3 2008/04/25 18:19:55 drac Exp $ inherit fdo-mime perl-module @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} -PATCHES="${FILESDIR}/${P}-disable-update-desktop-database.patch" +PATCHES=( "${FILESDIR}/${P}-disable-update-desktop-database.patch" ) pkg_postinst() { perl-module_pkg_postinst diff --git a/gnome-extra/zim/zim-0.23.ebuild b/gnome-extra/zim/zim-0.23.ebuild index a5b889836c7a..9c353f7acf93 100644 --- a/gnome-extra/zim/zim-0.23.ebuild +++ b/gnome-extra/zim/zim-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zim/zim-0.23.ebuild,v 1.1 2008/04/25 17:44:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zim/zim-0.23.ebuild,v 1.2 2008/04/25 18:19:55 drac Exp $ EAPI=1 @@ -33,7 +33,7 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} -PATCHES="${FILESDIR}/${PN}-0.20-disable-update-desktop-database.patch" +PATCHES=( "${FILESDIR}/${PN}-0.20-disable-update-desktop-database.patch" ) pkg_postinst() { perl-module_pkg_postinst |