diff options
author | 2009-05-27 10:54:13 +0000 | |
---|---|---|
committer | 2009-05-27 10:54:13 +0000 | |
commit | 272544fc418dc3ccff79d2c83568c5d764d2c550 (patch) | |
tree | bb04017bad34d44990039f244808e2db8bd06ac7 /app-dicts/wordnet/wordnet-3.0-r3.ebuild | |
parent | Fix typo in --as-needed filtering (diff) | |
download | gentoo-2-272544fc418dc3ccff79d2c83568c5d764d2c550.tar.gz gentoo-2-272544fc418dc3ccff79d2c83568c5d764d2c550.tar.bz2 gentoo-2-272544fc418dc3ccff79d2c83568c5d764d2c550.zip |
stable x86, bug 271125
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-dicts/wordnet/wordnet-3.0-r3.ebuild')
-rw-r--r-- | app-dicts/wordnet/wordnet-3.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/wordnet/wordnet-3.0-r3.ebuild b/app-dicts/wordnet/wordnet-3.0-r3.ebuild index da56abaa0615..bf2bf300323a 100644 --- a/app-dicts/wordnet/wordnet-3.0-r3.ebuild +++ b/app-dicts/wordnet/wordnet-3.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r3.ebuild,v 1.1 2009/03/15 11:45:29 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-3.0-r3.ebuild,v 1.2 2009/05/27 10:54:13 fauli Exp $ inherit flag-o-matic autotools @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PV}/WordNet-${PV}.tar.gz LICENSE="Princeton" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="doc" # In contrast to what the configure script seems to imply, Tcl/Tk is NOT optional. |