diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:07:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:07:16 +0000 |
commit | 9c7e4c17be588510845c19e5bf7ab00e65390872 (patch) | |
tree | bb263ae213008d3ed076bb131161c69aefef800c /dev-ml/findlib/findlib-1.2.3.ebuild | |
parent | Fix LICENSE, bug 298556. (diff) | |
download | gentoo-2-9c7e4c17be588510845c19e5bf7ab00e65390872.tar.gz gentoo-2-9c7e4c17be588510845c19e5bf7ab00e65390872.tar.bz2 gentoo-2-9c7e4c17be588510845c19e5bf7ab00e65390872.zip |
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-ml/findlib/findlib-1.2.3.ebuild')
-rw-r--r-- | dev-ml/findlib/findlib-1.2.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/findlib/findlib-1.2.3.ebuild b/dev-ml/findlib/findlib-1.2.3.ebuild index b060819917d9..3d4e49a34114 100644 --- a/dev-ml/findlib/findlib-1.2.3.ebuild +++ b/dev-ml/findlib/findlib-1.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.3.ebuild,v 1.7 2009/01/12 04:15:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/findlib/findlib-1.2.3.ebuild,v 1.8 2010/02/11 15:07:16 ulm Exp $ EAPI=2 @@ -13,7 +13,7 @@ HOMEPAGE="http://projects.camlcity.org/projects/findlib.html" SRC_URI="http://download.camlcity.org/download/${P}.tar.gz" IUSE="doc +ocamlopt tk" -LICENSE="MIT X11" +LICENSE="MIT" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" |