diff options
author | 2006-11-25 16:45:46 +0000 | |
---|---|---|
committer | 2006-11-25 16:45:46 +0000 | |
commit | ef2282cb993ea377f353d2d43c9e7ad05a34729c (patch) | |
tree | 14563c2f71a7d26ea9e717c060cf114724b40842 /app-text/hspell | |
parent | Version bump (diff) | |
download | gentoo-2-ef2282cb993ea377f353d2d43c9e7ad05a34729c.tar.gz gentoo-2-ef2282cb993ea377f353d2d43c9e7ad05a34729c.tar.bz2 gentoo-2-ef2282cb993ea377f353d2d43c9e7ad05a34729c.zip |
Add ~ia64 keyword.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'app-text/hspell')
-rw-r--r-- | app-text/hspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hspell/hspell-1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/hspell/ChangeLog b/app-text/hspell/ChangeLog index 09a39e82a107..bed653a7ca6a 100644 --- a/app-text/hspell/ChangeLog +++ b/app-text/hspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hspell # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.29 2006/11/23 09:00:15 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/ChangeLog,v 1.30 2006/11/25 16:45:46 kloeri Exp $ + + 25 Nov 2006; Bryan Østergaard <kloeri@gentoo.org> hspell-1.0-r1.ebuild: + Add ~ia64 keyword. 23 Nov 2006; Guy Martin <gmsoft@gentoo.org> hspell-1.0-r1.ebuild: Stable on hppa. diff --git a/app-text/hspell/hspell-1.0-r1.ebuild b/app-text/hspell/hspell-1.0-r1.ebuild index d5e7a429edd1..53d04e56aa2d 100644 --- a/app-text/hspell/hspell-1.0-r1.ebuild +++ b/app-text/hspell/hspell-1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-1.0-r1.ebuild,v 1.9 2006/11/23 09:00:15 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-1.0-r1.ebuild,v 1.10 2006/11/25 16:45:46 kloeri Exp $ inherit eutils autotools @@ -9,7 +9,7 @@ HOMEPAGE="http://www.ivrix.org.il/projects/spell-checker/" SRC_URI="http://ivrix.org.il/projects/spell-checker/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/perl-5.6.1" |