diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:47:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:47:46 +0000 |
commit | 94c8a1c0b1d410593706499f7b71eaa1d69edcd4 (patch) | |
tree | 742344df9edcf3b887e070fd79069dfceca9154d | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-94c8a1c0b1d410593706499f7b71eaa1d69edcd4.tar.gz gentoo-2-94c8a1c0b1d410593706499f7b71eaa1d69edcd4.tar.bz2 gentoo-2-94c8a1c0b1d410593706499f7b71eaa1d69edcd4.zip |
Fix actually INVALID repoman warning since the quoting was on second line of the array
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r-- | x11-libs/libXfont/libXfont-1.3.1-r1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild b/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild index f1a8f4f10112..29cd4a42844b 100644 --- a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild +++ b/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild,v 1.11 2009/05/05 07:31:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild,v 1.12 2009/05/05 07:47:46 ssuominen Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -20,9 +20,7 @@ RDEPEND="x11-libs/xtrans DEPEND="${RDEPEND} x11-proto/fontcacheproto" -PATCHES=(" - ${FILESDIR}/0001-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch - ") +PATCHES=("${FILESDIR}/0001-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch") pkg_setup() { CONFIGURE_OPTIONS="$(use_enable ipv6) |