diff options
Diffstat (limited to 'sys-devel/gettext/gettext-0.15-r1.ebuild')
-rw-r--r-- | sys-devel/gettext/gettext-0.15-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-devel/gettext/gettext-0.15-r1.ebuild b/sys-devel/gettext/gettext-0.15-r1.ebuild index b47b84e423db..eb2f7d6f65d7 100644 --- a/sys-devel/gettext/gettext-0.15-r1.ebuild +++ b/sys-devel/gettext/gettext-0.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.15-r1.ebuild,v 1.3 2006/12/28 20:45:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.15-r1.ebuild,v 1.4 2006/12/30 00:58:40 vapier Exp $ inherit flag-o-matic eutils multilib toolchain-funcs mono libtool elisp-common @@ -23,9 +23,8 @@ src_unpack() { epunt_cxx epatch "${FILESDIR}"/${PN}-0.14.1-lib-path-tests.patch #81628 - # Fix race, bug #85054 - epatch "${FILESDIR}"/${PN}-0.14.2-fix-race.patch - epatch "${FILESDIR}"/${P}-expat-no-dlopen.patch + epatch "${FILESDIR}"/${PN}-0.14.2-fix-race.patch #85054 + epatch "${FILESDIR}"/${PN}-0.15-expat-no-dlopen.patch #146211 # bundled libtool seems to be broken so skip certain rpath tests # http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html |