diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-02-09 09:02:34 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-02-09 09:02:34 +0000 |
commit | 577e30212d5db22c9d99d44c2aa7a60488efcc6c (patch) | |
tree | 105a36804b7dcf46360fd5914954256058d64535 /app-text/xindy/xindy-2.4.ebuild | |
parent | x86 stable wrt bug #353858 (diff) | |
download | gentoo-2-577e30212d5db22c9d99d44c2aa7a60488efcc6c.tar.gz gentoo-2-577e30212d5db22c9d99d44c2aa7a60488efcc6c.tar.bz2 gentoo-2-577e30212d5db22c9d99d44c2aa7a60488efcc6c.zip |
Apply patch for a locale related compile failure (bug #340008).
(Portage version: 2.2.0_alpha22/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xindy/xindy-2.4.ebuild')
-rw-r--r-- | app-text/xindy/xindy-2.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/xindy/xindy-2.4.ebuild b/app-text/xindy/xindy-2.4.ebuild index 0a1af51f2596..330b1f749666 100644 --- a/app-text/xindy/xindy-2.4.ebuild +++ b/app-text/xindy/xindy-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.4.ebuild,v 1.1 2010/09/29 17:47:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xindy/xindy-2.4.ebuild,v 1.2 2011/02/09 09:02:34 radhermit Exp $ EAPI=3 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-configure.patch + epatch "${FILESDIR}"/${P}-locale.patch eautoreconf } |