diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-06-20 19:21:38 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-06-20 19:21:38 +0000 |
commit | e32b9da34b5d64b44ee36b9748dae1abaf435e9f (patch) | |
tree | 927cb2a02012d797e1e2017002d648a8b4cea827 /www-client | |
parent | Fix catalyst invocation issues. (diff) | |
download | gentoo-2-e32b9da34b5d64b44ee36b9748dae1abaf435e9f.tar.gz gentoo-2-e32b9da34b5d64b44ee36b9748dae1abaf435e9f.tar.bz2 gentoo-2-e32b9da34b5d64b44ee36b9748dae1abaf435e9f.zip |
Stable on hppa
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.4-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index 8efe03f21976..47714451251e 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.28 2005/06/19 09:41:50 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.29 2005/06/20 19:21:38 killerfox Exp $ + + 20 Jun 2005; Rene Nussbaumer <killerfox@gentoo.org> dillo-0.8.4-r2.ebuild: + Stable on hppa. *dillo-0.8.5 (19 Jun 2005) diff --git a/www-client/dillo/dillo-0.8.4-r2.ebuild b/www-client/dillo/dillo-0.8.4-r2.ebuild index 874c58952fc5..eb1cebd7bd69 100644 --- a/www-client/dillo/dillo-0.8.4-r2.ebuild +++ b/www-client/dillo/dillo-0.8.4-r2.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.4-r2.ebuild,v 1.2 2005/06/19 09:41:50 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.4-r2.ebuild,v 1.3 2005/06/20 19:21:38 killerfox 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="~alpha ~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~sparc x86" MISC_IUSE="nls truetype" IUSE="${MISC_IUSE} ipv6 ssl" |