diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2007-11-17 17:15:39 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2007-11-17 17:15:39 +0000 |
commit | f6a39a4c2d86b4f32e51cd907bb42b19bcd8c45f (patch) | |
tree | baf2ca025c40dd56a3b3191a0995f778276264f4 /www-client/dillo | |
parent | Added ~ppc wrt bug 196360 (diff) | |
download | gentoo-2-f6a39a4c2d86b4f32e51cd907bb42b19bcd8c45f.tar.gz gentoo-2-f6a39a4c2d86b4f32e51cd907bb42b19bcd8c45f.tar.bz2 gentoo-2-f6a39a4c2d86b4f32e51cd907bb42b19bcd8c45f.zip |
Sparc stable, Bug #155220, builds and works fine.
(Portage version: 2.1.3.19)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index 4cae6b39173d..88861656b0b2 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/dillo # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.49 2007/11/17 13:40:17 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.50 2007/11/17 17:15:39 fmccor Exp $ + + 17 Nov 2007; Ferris McCormick <fmccor@gentoo.org> dillo-0.8.6.ebuild: + Sparc stable, Bug #155220, builds and works fine. 17 Nov 2007; Samuli Suominen <drac@gentoo.org> dillo-0.8.6.ebuild: Fixed autotools handling, quoting, elog, depends with a patch from Jakub Moc diff --git a/www-client/dillo/dillo-0.8.6.ebuild b/www-client/dillo/dillo-0.8.6.ebuild index 890c35f29816..ee81ad5698e4 100644 --- a/www-client/dillo/dillo-0.8.6.ebuild +++ b/www-client/dillo/dillo-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.4 2007/11/17 13:46:23 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.6.ebuild,v 1.5 2007/11/17 17:15:39 fmccor Exp $ inherit flag-o-matic eutils autotools @@ -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" |