diff options
author | Peter Weller <welp@gentoo.org> | 2008-11-02 19:33:31 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2008-11-02 19:33:31 +0000 |
commit | 259d3eef45ce3f3bd53dc9532101d8b2828a3f5a (patch) | |
tree | 52fc20283295043335d1b337bb28470de53826dd /app-dicts | |
parent | Keyword ~amd64; bug 245139 (diff) | |
download | gentoo-2-259d3eef45ce3f3bd53dc9532101d8b2828a3f5a.tar.gz gentoo-2-259d3eef45ce3f3bd53dc9532101d8b2828a3f5a.tar.bz2 gentoo-2-259d3eef45ce3f3bd53dc9532101d8b2828a3f5a.zip |
Keyword ~amd64; bug 245139
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoomarx x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-ga/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-ga/ispell-ga-4.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-dicts/ispell-ga/ChangeLog b/app-dicts/ispell-ga/ChangeLog index 44e7984b19c7..8d1ad742f217 100644 --- a/app-dicts/ispell-ga/ChangeLog +++ b/app-dicts/ispell-ga/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-ga # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ChangeLog,v 1.8 2008/11/01 12:11:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ChangeLog,v 1.9 2008/11/02 19:33:31 welp Exp $ + + 02 Nov 2008; Peter Weller <welp@gentoo.org> ispell-ga-4.4.ebuild: + Keyword ~amd64; bug 245139 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-ga-4.4.ebuild: Fixed multilib. @@ -10,7 +13,7 @@ 01 Nov 2008; Peter Volkov <pva@gentoo.org> +ispell-ga-4.4.ebuild: Version bump. - 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: + 21 Feb 2007; Piotr JaroszyÅski <peper@gentoo.org> ChangeLog: Transition to Manifest2. 30 Jul 2004; Anders Rune Jensen <arj@gentoo.org> +metadata.xml: diff --git a/app-dicts/ispell-ga/ispell-ga-4.4.ebuild b/app-dicts/ispell-ga/ispell-ga-4.4.ebuild index 4d42edca6179..7b5ab349c39c 100644 --- a/app-dicts/ispell-ga/ispell-ga-4.4.ebuild +++ b/app-dicts/ispell-ga/ispell-ga-4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ispell-ga-4.4.ebuild,v 1.2 2008/11/01 12:11:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ispell-ga-4.4.ebuild,v 1.3 2008/11/02 19:33:31 welp Exp $ inherit multilib @@ -11,7 +11,7 @@ SRC_URI="http://borel.slu.edu/ispell/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="" DEPEND="app-text/ispell" |