diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-19 18:59:48 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-19 18:59:48 +0000 |
commit | cd1a5bfc855c1ae3e43a5141cbd588af484f4c1a (patch) | |
tree | f6bf26d6dd22c8464410bc26309c290a42ea9c79 /www-client | |
parent | Version bump. (diff) | |
download | gentoo-2-cd1a5bfc855c1ae3e43a5141cbd588af484f4c1a.tar.gz gentoo-2-cd1a5bfc855c1ae3e43a5141cbd588af484f4c1a.tar.bz2 gentoo-2-cd1a5bfc855c1ae3e43a5141cbd588af484f4c1a.zip |
Added ppc64 patch and marked ~ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/mozilla/mozilla-1.7.7.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www-client/mozilla/ChangeLog b/www-client/mozilla/ChangeLog index c38019dcfe27..2d8735ed288c 100644 --- a/www-client/mozilla/ChangeLog +++ b/www-client/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/mozilla # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/ChangeLog,v 1.22 2005/04/18 22:02:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/ChangeLog,v 1.23 2005/04/19 18:59:48 corsair Exp $ + + 19 Apr 2005; Markus Rothe <corsair@gentoo.org> mozilla-1.7.7.ebuild: + Added ppc64 patch to ebuild and marked ~ppc64; bug #89305 18 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> mozilla-1.7.7.ebuild: Stable on ia64, bug 89305. diff --git a/www-client/mozilla/mozilla-1.7.7.ebuild b/www-client/mozilla/mozilla-1.7.7.ebuild index 0b0c3598dbe7..e166cc647b5e 100644 --- a/www-client/mozilla/mozilla-1.7.7.ebuild +++ b/www-client/mozilla/mozilla-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.7.ebuild,v 1.7 2005/04/18 22:02:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla/mozilla-1.7.7.ebuild,v 1.8 2005/04/19 18:59:48 corsair Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit multilib @@ -23,7 +23,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV}/s http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz ) )" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" @@ -74,7 +74,10 @@ src_unpack() { # https://bugzilla.mozilla.org/show_bug.cgi?id=234035#c65 epatch ${FILESDIR}/mozilla-1.7.3-4ft2.patch - # Patch for newer versions of cairo ( bug #80301) + # Patch to allow compilation on ppc64 - bug #54843 + use ppc64 && epatch ${FILESDIR}/mozilla-1.7.6-ppc64.patch + + # Patch for newer versions of cairo ( bug #80301) if has_version '>=x11-libs/cairo-0.3.0'; then epatch ${FILESDIR}/svg-cairo-0.3.0-fix.patch fi |