diff options
author | 2011-03-24 22:31:49 +0000 | |
---|---|---|
committer | 2011-03-24 22:31:49 +0000 | |
commit | af65dce920b480e7f8417f874e69c0f9c8e07fde (patch) | |
tree | 3deead6831b7afc46ca6f05c9aba9424898c25b4 /dev-python | |
parent | Stable on amd64 wrt bug #360357 (diff) | |
download | gentoo-2-af65dce920b480e7f8417f874e69c0f9c8e07fde.tar.gz gentoo-2-af65dce920b480e7f8417f874e69c0f9c8e07fde.tar.bz2 gentoo-2-af65dce920b480e7f8417f874e69c0f9c8e07fde.zip |
Stable on amd64 wrt bug #360361
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nltk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/nltk/nltk-2.0_beta9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/nltk/ChangeLog b/dev-python/nltk/ChangeLog index 66a5a0df86f8..f8695a0656f3 100644 --- a/dev-python/nltk/ChangeLog +++ b/dev-python/nltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nltk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.2 2010/09/30 09:13:05 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/ChangeLog,v 1.3 2011/03/24 22:31:49 angelos Exp $ + + 24 Mar 2011; Christoph Mende <angelos@gentoo.org> nltk-2.0_beta9.ebuild: + Stable on amd64 wrt bug #360361 30 Sep 2010; Fabian Groffen <grobian@gentoo.org> nltk-2.0_beta9.ebuild: Marked ~{x86,amd64}-linux, ~{ppc,x86,x64}-macos, ~x86-solaris, bug #337200 diff --git a/dev-python/nltk/nltk-2.0_beta9.ebuild b/dev-python/nltk/nltk-2.0_beta9.ebuild index 1bac76eb9c2c..e10b508fd69e 100644 --- a/dev-python/nltk/nltk-2.0_beta9.ebuild +++ b/dev-python/nltk/nltk-2.0_beta9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.2 2010/09/30 09:13:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nltk/nltk-2.0_beta9.ebuild,v 1.3 2011/03/24 22:31:49 angelos Exp $ EAPI=3 @@ -17,7 +17,7 @@ HOMEPAGE="http://nltk.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND="dev-python/pyyaml" |