diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:31:46 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 07:31:46 +0000 |
commit | 6d356eb86201e44482892cdd454fe4d04bd7a83d (patch) | |
tree | b0571b689ed4373c8e3875ec93b11c2f1496558a /x11-libs/libXfont | |
parent | fix repoman warnings (diff) | |
download | gentoo-2-6d356eb86201e44482892cdd454fe4d04bd7a83d.tar.gz gentoo-2-6d356eb86201e44482892cdd454fe4d04bd7a83d.tar.bz2 gentoo-2-6d356eb86201e44482892cdd454fe4d04bd7a83d.zip |
Convert PATCHES to array
(Portage version: 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, 3 insertions, 3 deletions
diff --git a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild b/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild index ccbcf6b18355..f1a8f4f10112 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.10 2009/05/04 16:59:19 ssuominen Exp $ +# $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 $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -20,9 +20,9 @@ RDEPEND="x11-libs/xtrans DEPEND="${RDEPEND} x11-proto/fontcacheproto" -PATCHES=" +PATCHES=(" ${FILESDIR}/0001-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch - " + ") pkg_setup() { CONFIGURE_OPTIONS="$(use_enable ipv6) |