diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-08 21:04:29 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-08 21:04:29 +0000 |
commit | ff0ca0cc585dfc7d7ccc269900874376f06d2ae8 (patch) | |
tree | cccbb55cc6af524517b45e525b9ed38454c85985 /www-client | |
parent | Added emul-linux-x86 use flag. Cleaned up some arch-specific cascading things. (diff) | |
download | gentoo-2-ff0ca0cc585dfc7d7ccc269900874376f06d2ae8.tar.gz gentoo-2-ff0ca0cc585dfc7d7ccc269900874376f06d2ae8.tar.bz2 gentoo-2-ff0ca0cc585dfc7d7ccc269900874376f06d2ae8.zip |
Stable on alpha, bug 76665.
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.3-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index 5dfe5665579a..7e7a7350012d 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/dillo # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.12 2005/01/08 05:40:52 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.13 2005/01/08 21:04:29 kloeri Exp $ + + 08 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> dillo-0.8.3-r4.ebuild: + Stable on alpha, bug 76665. 08 Jan 2005; Lars Weiler <pylon@gentoo.org> dillo-0.8.3-r4.ebuild: Stable on ppc, bug #76665. diff --git a/www-client/dillo/dillo-0.8.3-r4.ebuild b/www-client/dillo/dillo-0.8.3-r4.ebuild index 3600bee79ec1..3f7cb30977ca 100644 --- a/www-client/dillo/dillo-0.8.3-r4.ebuild +++ b/www-client/dillo/dillo-0.8.3-r4.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/dillo/dillo-0.8.3-r4.ebuild,v 1.4 2005/01/08 05:40:52 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.3-r4.ebuild,v 1.5 2005/01/08 21:04:29 kloeri Exp $ inherit flag-o-matic eutils @@ -15,7 +15,7 @@ SRC_URI="http://www.dillo.org/download/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha ~hppa amd64 ~mips ~arm ~ppc64" +KEYWORDS="x86 ppc ~sparc alpha ~hppa amd64 ~mips ~arm ~ppc64" MISC_IUSE="nls truetype" IUSE="${MISC_IUSE} ipv6 ssl" |