diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-12-26 19:07:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-12-26 19:07:10 +0000 |
commit | 4029d1816ecae974032c9462f9dbfa1ebd905d52 (patch) | |
tree | 9c0408367331dfce688d4ba59435e5afd9099222 /net-libs | |
parent | Add ~alpha/~arm/~ia64/~s390/~sh wrt #251159 (diff) | |
download | gentoo-2-4029d1816ecae974032c9462f9dbfa1ebd905d52.tar.gz gentoo-2-4029d1816ecae974032c9462f9dbfa1ebd905d52.tar.bz2 gentoo-2-4029d1816ecae974032c9462f9dbfa1ebd905d52.zip |
Stable for HPPA (bug #234646). Fix whitespace.
(Portage version: 2.2_rc19/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.0.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index e7314be3f197..fdb90f542b6a 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.172 2008/12/24 17:32:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.173 2008/12/26 19:07:10 jer Exp $ + + 26 Dec 2008; Jeroen Roovers <jer@gentoo.org> xulrunner-1.9.0.5.ebuild: + Stable for HPPA (bug #234646). Fix whitespace. 24 Dec 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.5.ebuild: Add missing workaround for alpha diff --git a/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild index 3fa8963b785d..fca43ab692cf 100644 --- a/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.0.5.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.0.5.ebuild,v 1.8 2008/12/24 17:32:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild,v 1.9 2008/12/26 19:07:10 jer Exp $ WANT_AUTOCONF="2.1" @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${PATCH}.tar.bz2 http://dev.gentoo.org/~armin76/dist/${PATCH}.tar.bz2" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 -sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 -sparc x86" SLOT="1.9" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="" @@ -87,7 +87,7 @@ src_compile() { # fi # It doesn't compile on alpha without this LDFLAGS - use alpha && append-ldflags "-Wl,--no-relax" + use alpha && append-ldflags "-Wl,--no-relax" mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-mailnews |