diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-08-09 01:34:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-08-09 01:34:44 +0000 |
commit | 006a56702b03ca3a7dfe1c66a4dddbf780fd7aa1 (patch) | |
tree | 1fd1e25fb2b6defe50b6be7ec31e64b8dba67f1a /net-www | |
parent | Removing since Mr_Bones_ wants me to rename the ebuild (diff) | |
download | gentoo-2-006a56702b03ca3a7dfe1c66a4dddbf780fd7aa1.tar.gz gentoo-2-006a56702b03ca3a7dfe1c66a4dddbf780fd7aa1.tar.bz2 gentoo-2-006a56702b03ca3a7dfe1c66a4dddbf780fd7aa1.zip |
stable on alpha and ia64
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 76f178f0541a..7472312b7371 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.187 2004/08/09 00:35:47 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.188 2004/08/09 01:34:44 agriffis Exp $ + + 08 Aug 2004; <agriffis@gentoo.org> mozilla-1.7.2.ebuild: + stable on alpha and ia64 09 Aug 2004; Tom Martin <slarti@gentoo.org> mozilla-1.7.2.ebuild: Stable on amd64 for security bug #59419. diff --git a/net-www/mozilla/mozilla-1.7.2.ebuild b/net-www/mozilla/mozilla-1.7.2.ebuild index 1845baecf9d1..671f9647c082 100644 --- a/net-www/mozilla/mozilla-1.7.2.ebuild +++ b/net-www/mozilla/mozilla-1.7.2.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.2.ebuild,v 1.2 2004/08/09 00:35:47 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.2.ebuild,v 1.3 2004/08/09 01:34:44 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozilla makeedit @@ -27,7 +27,7 @@ SRC_URI="mirror://gentoo/${PN}-source2-${MY_PV}.tar.bz2 # mozilla.org screwed up the source tarball for 1.7.2 # http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV}/src/${PN}-source-${MY_PV}.tar.bz2 -KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc alpha amd64 ia64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |