diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-12-04 20:53:31 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-12-04 20:53:31 +0000 |
commit | 4aacbe13bb50bc277ef873280fc21d698504f924 (patch) | |
tree | 095302aa78e05e6917315e07b7090907bb1cf1d3 /net-www | |
parent | Clean up, unmask x86 (diff) | |
download | historical-4aacbe13bb50bc277ef873280fc21d698504f924.tar.gz historical-4aacbe13bb50bc277ef873280fc21d698504f924.tar.bz2 historical-4aacbe13bb50bc277ef873280fc21d698504f924.zip |
fix missing flag-o-matic
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.0-r3.ebuild | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.1-r1.ebuild | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 024484016019..9eba3e62f5d5 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,11 +1,13 @@ # ChangeLog for net-www/mozilla # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.58 2002/12/04 19:19:51 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.59 2002/12/04 20:53:31 azarah Exp $ 04 Dec 2002; Martin Schlemmer <azarah@gentoo.org> mozilla-1.2.ebuild : Also add Xft2.0 to pango-1.1 check, possibly fixing bug #11576. + Add inherit flag-o-matic to 1.0-r3 and 1.1-r1, closing bug #11584. + 02 Dec 2002; Martin Schlemmer <azarah@gentoo.org> mozilla-1.2.ebuild : Change --with-extensions to --enable-extensions. Add "mznoirc" diff --git a/net-www/mozilla/mozilla-1.0-r3.ebuild b/net-www/mozilla/mozilla-1.0-r3.ebuild index 86cca62c61b7..15e336049e3a 100644 --- a/net-www/mozilla/mozilla-1.0-r3.ebuild +++ b/net-www/mozilla/mozilla-1.0-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.20 2002/11/20 15:10:42 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.0-r3.ebuild,v 1.21 2002/12/04 20:53:31 azarah Exp $ IUSE="moznomail java mozp3p mozaccess gtk2 mozinterfaceinfo ssl ldap mozxmlterm mozctl gnome mozsvg" -inherit makeedit nsplugins +inherit flag-o-matic makeedit nsplugins # NOTE: to build without the mail and news component: export NO_MAIL="YES" # Recently there has been a lot of stability problem in Gentoo-land. Many diff --git a/net-www/mozilla/mozilla-1.1-r1.ebuild b/net-www/mozilla/mozilla-1.1-r1.ebuild index 496758785757..5a0adcedae79 100644 --- a/net-www/mozilla/mozilla-1.1-r1.ebuild +++ b/net-www/mozilla/mozilla-1.1-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.1-r1.ebuild,v 1.13 2002/12/04 20:06:11 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.1-r1.ebuild,v 1.14 2002/12/04 20:53:31 azarah Exp $ IUSE="moznomail java mozp3p crypt ldap gtk2 mozinterfaceinfo ssl mozaccess mozxmlterm mozctl gnome mozsvg" # NOTE: to build without the mail and news component: export NO_MAIL="YES" -inherit makeedit nsplugins +inherit flag-o-matic makeedit nsplugins # Recently there has been a lot of stability problem in Gentoo-land. Many # things can be the cause to this, but I believe that it is due to gcc3 |