diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-01-08 05:40:52 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-01-08 05:40:52 +0000 |
commit | d310de01b46a006b6cf8ead5e18b2feb32cfe74a (patch) | |
tree | b28c8354122754d1b36344ca0101147e8166c20d /www-client/dillo | |
parent | - Version bump. - Added patch that fixes CAN-2004-0814 - Linux terminal layer... (diff) | |
download | gentoo-2-d310de01b46a006b6cf8ead5e18b2feb32cfe74a.tar.gz gentoo-2-d310de01b46a006b6cf8ead5e18b2feb32cfe74a.tar.bz2 gentoo-2-d310de01b46a006b6cf8ead5e18b2feb32cfe74a.zip |
Stable on ppc, bug #76665.
Diffstat (limited to 'www-client/dillo')
-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 9325c7937425..5dfe5665579a 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.11 2005/01/08 02:50:07 kingtaco Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.12 2005/01/08 05:40:52 pylon Exp $ + + 08 Jan 2005; Lars Weiler <pylon@gentoo.org> dillo-0.8.3-r4.ebuild: + Stable on ppc, bug #76665. 07 Jan 2005; Mike Doty <kingtaco@gentoo.org> dillo-0.8.3-r4.ebuild: stable on amd64 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 5e5cd9122f8b..3600bee79ec1 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.3 2005/01/08 02:50:07 kingtaco Exp $ +# $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 $ 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" |