diff options
author | 2008-02-02 17:38:26 +0000 | |
---|---|---|
committer | 2008-02-02 17:38:26 +0000 | |
commit | 6661b198cb818d96925c43f4c3d4c31d56df8908 (patch) | |
tree | 54c777263f068223ce431d86a53ce08a1e83f294 /net-libs | |
parent | Remove gen-1 version. (diff) | |
download | gentoo-2-6661b198cb818d96925c43f4c3d4c31d56df8908.tar.gz gentoo-2-6661b198cb818d96925c43f4c3d4c31d56df8908.tar.bz2 gentoo-2-6661b198cb818d96925c43f4c3d4c31d56df8908.zip |
Bump patchset to fix bug #208212
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.8.1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 06236eabb1f4..c941c2ac3a85 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.81 2008/01/23 17:42:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.82 2008/02/02 17:38:26 armin76 Exp $ + + 02 Feb 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.11.ebuild: + Bump patchset to fix bug #208212 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.11.ebuild: Bump patchset to fix building with GCC-4.3, bug #204703, and to fix building diff --git a/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild index a320f5c78a0c..4fb8caae10fd 100644 --- a/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild +++ b/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild @@ -1,11 +1,11 @@ # 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.8.1.11.ebuild,v 1.8 2008/01/23 17:42:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.11.ebuild,v 1.9 2008/02/02 17:38:26 armin76 Exp $ WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils makeedit multilib autotools mozconfig-2 java-pkg-opt-2 -PATCH="${P}-patches-0.2" +PATCH="${P}-patches-0.3" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" |