diff options
author | Markus Rothe <corsair@gentoo.org> | 2004-12-23 15:03:56 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2004-12-23 15:03:56 +0000 |
commit | e126679a6057c4c6e21368eda8952e722eb966f3 (patch) | |
tree | c1e1d3e52151320d40a431c5f67d3a43172b4840 /www-client | |
parent | Fresh release (Manifest recommit) (diff) | |
download | gentoo-2-e126679a6057c4c6e21368eda8952e722eb966f3.tar.gz gentoo-2-e126679a6057c4c6e21368eda8952e722eb966f3.tar.bz2 gentoo-2-e126679a6057c4c6e21368eda8952e722eb966f3.zip |
Added ~ppc64 to KEYWORDS
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/dillo/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/dillo/dillo-0.8.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index c36f0e16a3c4..8760269a9d31 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/dillo # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.6 2004/12/07 12:09:42 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.7 2004/12/23 15:00:32 corsair Exp $ + + 23 Dec 2004; Markus Rothe <corsair@gentoo.org> dillo-0.8.3-r3.ebuild: + Added ~ppc64 to KEYWORDS; bug #74861 *dillo-0.8.3-r3 (07 Dec 2004) diff --git a/www-client/dillo/dillo-0.8.3-r3.ebuild b/www-client/dillo/dillo-0.8.3-r3.ebuild index b6511ccea3ea..04885c0e3d5e 100644 --- a/www-client/dillo/dillo-0.8.3-r3.ebuild +++ b/www-client/dillo/dillo-0.8.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r3.ebuild,v 1.1 2004/12/07 12:09:42 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-0.8.3-r3.ebuild,v 1.2 2004/12/23 15:00:32 corsair 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" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips ~arm ~ppc64" MISC_IUSE="nls truetype" IUSE="${MISC_IUSE} ipv6 ssl" |