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 | cfcbbea3de24c80b3a25d3b951c3b2aca367245f (patch) | |
tree | 016e037bb7b9850e88bbdf7f4519c33c04ae3c86 /x11-libs/libXfont | |
parent | x11-drivers/xf86-video-intel: up the dep on libdrm (fixes bug #266851) (diff) | |
download | historical-cfcbbea3de24c80b3a25d3b951c3b2aca367245f.tar.gz historical-cfcbbea3de24c80b3a25d3b951c3b2aca367245f.tar.bz2 historical-cfcbbea3de24c80b3a25d3b951c3b2aca367245f.zip |
Fix actually INVALID repoman warning since the quoting was on second line of the array
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/libXfont')
-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) |