diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-04-03 09:57:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-04-03 09:57:02 +0000 |
commit | 134eb12d3ebd4a71aebf75a31f24b1bf5a371958 (patch) | |
tree | 4c34433b7c36a2580951fa29fa5bac329dccbb9d /net-libs/xulrunner | |
parent | Version bump giggle to development version 0.4.91. (diff) | |
download | gentoo-2-134eb12d3ebd4a71aebf75a31f24b1bf5a371958.tar.gz gentoo-2-134eb12d3ebd4a71aebf75a31f24b1bf5a371958.tar.bz2 gentoo-2-134eb12d3ebd4a71aebf75a31f24b1bf5a371958.zip |
Bump patchset to fix unaligned accesses, bug #251603, patch by Friedrich Oslage <bluebird at gentoo dot org>, add ~sparc
(Portage version: 2.1.6.7/cvs/Linux ia64)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 6149c74c6c09..c1a7df6e1672 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.197 2009/03/30 15:06:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.198 2009/04/03 09:57:02 armin76 Exp $ + + 03 Apr 2009; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.8.ebuild: + Bump patchset to fix unaligned accesses, bug #251603, patch by Friedrich + Oslage <bluebird at gentoo dot org>, add ~sparc 30 Mar 2009; Raúl Porcel <armin76@gentoo.org> -xulrunner-1.9.0.7.ebuild, xulrunner-1.9.0.8.ebuild: diff --git a/net-libs/xulrunner/xulrunner-1.9.0.8.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.8.ebuild index 373562e8a6fe..42a872dc715a 100644 --- a/net-libs/xulrunner/xulrunner-1.9.0.8.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.0.8.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.8.ebuild,v 1.6 2009/03/30 15:06:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.8.ebuild,v 1.7 2009/04/03 09:57:02 armin76 Exp $ WANT_AUTOCONF="2.1" inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib java-pkg-opt-2 python autotools -PATCH="${PN}-1.9.0.7-patches-0.1" +PATCH="${P}-patches-0.1" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" |