diff options
author | 2006-03-07 21:21:35 +0000 | |
---|---|---|
committer | 2006-03-07 21:21:35 +0000 | |
commit | 4be6003bf22a604be3be781db7190fac21db4f29 (patch) | |
tree | df1cb241f54bceba8ed04c8170557ac0a84fcf67 /app-text/hunspell | |
parent | 0.9.4 to amd64 stable. (diff) | |
download | historical-4be6003bf22a604be3be781db7190fac21db4f29.tar.gz historical-4be6003bf22a604be3be781db7190fac21db4f29.tar.bz2 historical-4be6003bf22a604be3be781db7190fac21db4f29.zip |
Keyworded ~sparc wrt #124229
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-text/hunspell')
-rw-r--r-- | app-text/hunspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/hunspell/Manifest | 12 | ||||
-rw-r--r-- | app-text/hunspell/hunspell-1.1.4.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/app-text/hunspell/ChangeLog b/app-text/hunspell/ChangeLog index 49af13237270..2e7f389b1a0a 100644 --- a/app-text/hunspell/ChangeLog +++ b/app-text/hunspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/hunspell # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.3 2006/03/07 19:24:23 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/ChangeLog,v 1.4 2006/03/07 21:21:35 gustavoz Exp $ + + 07 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> hunspell-1.1.4.ebuild: + Keyworded ~sparc wrt #124229 07 Mar 2006; Kevin F. Quinn <kevquinn@gentoo.org> hunspell-1.1.4.ebuild: Force LC_ALL to empty when running tests; bug #125375 diff --git a/app-text/hunspell/Manifest b/app-text/hunspell/Manifest index cecd57a385cb..e30bf7b8ea53 100644 --- a/app-text/hunspell/Manifest +++ b/app-text/hunspell/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ef896bc25c2df06bddb124913459f75a ChangeLog 687 +MD5 07f71248fe28f4a0f1396570675cdd3c ChangeLog 796 MD5 2ee23fc18433d16280f97a3d381ae78a files/digest-hunspell-1.1.3 66 MD5 f68502846fc6d13abf7ca3c160d4fa45 files/digest-hunspell-1.1.4 66 MD5 1d6c3ebe073637dc68dc5b3036177cb5 files/hunspell-1.1.3-renameexes.patch 4612 MD5 6c27bd8351e45b24f183ddca92c7fba8 hunspell-1.1.3.ebuild 1710 -MD5 4fd405bbcf8b40c58df90753885f29d6 hunspell-1.1.4.ebuild 1880 +MD5 28a5cf89baf58764e7efaf6eba53853d hunspell-1.1.4.ebuild 1887 MD5 b86e3c93f969dbb4f433611cb0f6b0b0 metadata.xml 222 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.1 (GNU/Linux) +Version: GnuPG v1.4.2.1-ecc0.1.6 (GNU/Linux) -iD8DBQFEDd/dZfNLSOUrp0sRAmMWAJ4okwst+DM9XtI1g0kphdsuDsESEwCfbj4r -al1mC5vpdtotENyB4FGxZ7w= -=fM+y +iD8DBQFEDfltKRy60XGEcJIRAgUZAJwOsIOcMaxisvPSItsz+p7+dVVKsgCfSnsC +N7tdeq5UPppfWmtElnKznxQ= +=bZYi -----END PGP SIGNATURE----- diff --git a/app-text/hunspell/hunspell-1.1.4.ebuild b/app-text/hunspell/hunspell-1.1.4.ebuild index 98ee57288bd8..4cef3b54cfe1 100644 --- a/app-text/hunspell/hunspell-1.1.4.ebuild +++ b/app-text/hunspell/hunspell-1.1.4.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/hunspell/hunspell-1.1.4.ebuild,v 1.2 2006/03/07 19:24:23 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hunspell/hunspell-1.1.4.ebuild,v 1.3 2006/03/07 21:21:35 gustavoz Exp $ inherit eutils multilib @@ -11,7 +11,7 @@ HOMEPAGE="http://hunspell.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" IUSE="ncurses readline" -KEYWORDS="~x86" +KEYWORDS="~sparc ~x86" DEPEND="readline? ( sys-libs/readline ) ncurses? ( sys-libs/ncurses ) |