diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-09-06 03:05:12 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-09-06 03:05:12 +0000 |
commit | 5ebd3ca1101981b73b85213b751fc989fb9d222f (patch) | |
tree | afabf5bcc7411fe78aa7b90e0b9c4cc9ceb9eade /dev-libs/link-grammar | |
parent | Stable on amd64. Bug #145891. (diff) | |
download | gentoo-2-5ebd3ca1101981b73b85213b751fc989fb9d222f.tar.gz gentoo-2-5ebd3ca1101981b73b85213b751fc989fb9d222f.tar.bz2 gentoo-2-5ebd3ca1101981b73b85213b751fc989fb9d222f.zip |
Stable on alpha wrt Bug #144120.
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-libs/link-grammar')
-rw-r--r-- | dev-libs/link-grammar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/link-grammar/link-grammar-4.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/link-grammar/ChangeLog b/dev-libs/link-grammar/ChangeLog index e19ffe7cbbcc..d5c87632c42b 100644 --- a/dev-libs/link-grammar/ChangeLog +++ b/dev-libs/link-grammar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/link-grammar # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v 1.13 2006/08/21 17:34:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/ChangeLog,v 1.14 2006/09/06 03:05:12 tcort Exp $ + + 06 Sep 2006; Thomas Cort <tcort@gentoo.org> link-grammar-4.2.2.ebuild: + Stable on alpha wrt Bug #144120. 21 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> link-grammar-4.2.2.ebuild: diff --git a/dev-libs/link-grammar/link-grammar-4.2.2.ebuild b/dev-libs/link-grammar/link-grammar-4.2.2.ebuild index 0ce3e7aaddd6..f4e3dab5aca8 100644 --- a/dev-libs/link-grammar/link-grammar-4.2.2.ebuild +++ b/dev-libs/link-grammar/link-grammar-4.2.2.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/dev-libs/link-grammar/link-grammar-4.2.2.ebuild,v 1.6 2006/08/21 17:34:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/link-grammar/link-grammar-4.2.2.ebuild,v 1.7 2006/09/06 03:05:12 tcort Exp $ DESCRIPTION=" The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax." @@ -9,7 +9,7 @@ SRC_URI="http://www.abisource.com/downloads/link-grammar/${PV}/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="" #broken make files :-/ |