diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-20 14:37:21 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-20 14:37:21 +0000 |
commit | 083e6850778c2121a25d0d7f9ea0dcd0dc1e66d5 (patch) | |
tree | 0cdcb20abb9d11fdec309d733407d1ac9259a608 /net-libs | |
parent | gcc-4.3.1 fix as per bug #227051. thanks Evil Compile Person (diff) | |
download | gentoo-2-083e6850778c2121a25d0d7f9ea0dcd0dc1e66d5.tar.gz gentoo-2-083e6850778c2121a25d0d7f9ea0dcd0dc1e66d5.tar.bz2 gentoo-2-083e6850778c2121a25d0d7f9ea0dcd0dc1e66d5.zip |
Re-fix bug #228005
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9-r2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 3ca02d20f3b9..aa2bad48a87d 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.118 2008/06/20 08:55:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.119 2008/06/20 14:37:21 armin76 Exp $ + + 20 Jun 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9-r2.ebuild: + Re-fix bug #228005 *xulrunner-1.9-r2 (20 Jun 2008) diff --git a/net-libs/xulrunner/xulrunner-1.9-r2.ebuild b/net-libs/xulrunner/xulrunner-1.9-r2.ebuild index 72204538fd0e..46cc4aed7672 100644 --- a/net-libs/xulrunner/xulrunner-1.9-r2.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9-r2.ebuild,v 1.1 2008/06/20 08:55:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9-r2.ebuild,v 1.2 2008/06/20 14:37:21 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -48,6 +48,9 @@ src_unpack() { epatch "${WORKDIR}"/patch eautoreconf || die "failed running eautoreconf" + + # We need to re-patch this because autoreconf overwrites it +# epatch "${WORKDIR}"/patch/000_flex-configure-LANG.patch } src_compile() { |