diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-10 13:34:49 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-10 13:34:49 +0000 |
commit | fd573a29bd7a3a5e2c60021b20160d533291850e (patch) | |
tree | d06848a9d76844c8798cb67d7164c96054ccb80b /www-client/dillo | |
parent | couldn't unshar with version 4.4, As such did workaround for bug #101904 (diff) | |
download | gentoo-2-fd573a29bd7a3a5e2c60021b20160d533291850e.tar.gz gentoo-2-fd573a29bd7a3a5e2c60021b20160d533291850e.tar.bz2 gentoo-2-fd573a29bd7a3a5e2c60021b20160d533291850e.zip |
Marked Stable on AMD64.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index ace704707f1e..e113a13b54e9 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.40 2005/08/08 15:03:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.41 2005/08/10 13:34:49 metalgod Exp $ + + 10 Aug 2005; Luis Medinas <metalgod@gentoo.org> dillo-0.8.5-r1.ebuild: + Marked Stable on AMD64. 08 Aug 2005; Markus Rothe <corsair@gentoo.org> dillo-0.8.5-r1.ebuild: Stable on ppc64 diff --git a/www-client/dillo/dillo-0.8.5-r1.ebuild b/www-client/dillo/dillo-0.8.5-r1.ebuild index ab52523fb603..c98a04dfeccc 100644 --- a/www-client/dillo/dillo-0.8.5-r1.ebuild +++ b/www-client/dillo/dillo-0.8.5-r1.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.5-r1.ebuild,v 1.8 2005/08/08 15:03:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.5-r1.ebuild,v 1.9 2005/08/10 13:34:49 metalgod 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="alpha ~amd64 ~arm hppa ~mips ~ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ~mips ~ppc ppc64 sparc x86" MISC_IUSE="nls truetype" IUSE="${MISC_IUSE} ipv6 ssl" |