diff options
author | Jason Wever <weeve@gentoo.org> | 2003-03-03 16:02:35 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-03-03 16:02:35 +0000 |
commit | 7fdcab1d85313914f225cdd3c419245b41076a1c (patch) | |
tree | d83a999b89d0bcb06144494ed749784f18f38b28 /net-www/dillo | |
parent | added patch to fix issues on hardware that doesn't support AFMT_S16_LE (diff) | |
download | gentoo-2-7fdcab1d85313914f225cdd3c419245b41076a1c.tar.gz gentoo-2-7fdcab1d85313914f225cdd3c419245b41076a1c.tar.bz2 gentoo-2-7fdcab1d85313914f225cdd3c419245b41076a1c.zip |
Marked stable for sparc.
Diffstat (limited to 'net-www/dillo')
-rw-r--r-- | net-www/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/dillo/dillo-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/dillo/ChangeLog b/net-www/dillo/ChangeLog index 0c7e61112d73..be484330c72f 100644 --- a/net-www/dillo/ChangeLog +++ b/net-www/dillo/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-www/dillo # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/ChangeLog,v 1.14 2003/02/18 10:06:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/ChangeLog,v 1.15 2003/03/03 16:02:35 weeve Exp $ *dillo-0.7.0 (18 Feb 2003) + 03 Mar 2003; Jason Wever <weeve@gentoo.org> dillo-0.7.0.ebuild: + Marked stable for sparc. + 18 Feb 2003; <seemant@gentoo.org> dillo-0.7.0.ebuild files/digest-dillo-0.7.0 : version bump, thanks to Rach diff --git a/net-www/dillo/dillo-0.7.0.ebuild b/net-www/dillo/dillo-0.7.0.ebuild index f3582489d0bb..96aeaeaa4c27 100644 --- a/net-www/dillo/dillo-0.7.0.ebuild +++ b/net-www/dillo/dillo-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/dillo-0.7.0.ebuild,v 1.1 2003/02/18 08:59:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/dillo/dillo-0.7.0.ebuild,v 1.2 2003/03/03 16:02:35 weeve Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SRC_URI="http://dillo.auriga.wearlab.de/download/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="~x86 ~ppc sparc ~alpha ~mips ~hppa" replace-flags "-O2 -mcpu=k6" "-O2 -mcpu=pentium" |