diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-12-20 15:18:48 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-12-20 15:18:48 +0000 |
commit | c444fbbb17b1578bb644f3d3a528830800340295 (patch) | |
tree | 1c255a4b71e0d1a06bdaf20cb40b42de3998acc9 /net-www | |
parent | Stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-c444fbbb17b1578bb644f3d3a528830800340295.tar.gz gentoo-2-c444fbbb17b1578bb644f3d3a528830800340295.tar.bz2 gentoo-2-c444fbbb17b1578bb644f3d3a528830800340295.zip |
Stable on amd64, bug 68976.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index ea07612acf3b..c11368538f48 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.212 2004/12/18 19:37:49 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.213 2004/12/20 15:18:48 absinthe Exp $ + + 20 Dec 2004; Dylan Carlson <absinthe@gentoo.org> mozilla-1.7.5.ebuild: + Stable on amd64, bug 68976. *mozilla-1.7.5 (18 Dec 2004) diff --git a/net-www/mozilla/mozilla-1.7.5.ebuild b/net-www/mozilla/mozilla-1.7.5.ebuild index f5fa3a895295..16afdea8dab9 100644 --- a/net-www/mozilla/mozilla-1.7.5.ebuild +++ b/net-www/mozilla/mozilla-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.5.ebuild,v 1.1 2004/12/18 19:37:49 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.5.ebuild,v 1.2 2004/12/20 15:18:48 absinthe Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit @@ -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="~x86 ~ppc ~sparc ~alpha ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64 ~ia64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |