diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-07-09 21:10:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-07-09 21:10:42 +0000 |
commit | e44f909790fad798f9723ae33546ae0bf475c01d (patch) | |
tree | cbf2866610c794965d752219e6ecdf072c5d21de /dev-ml/tyxml/tyxml-2.1-r1.ebuild | |
parent | Add LGPL-*-with-linking-exception to GPL-COMPATIBLE license group. (diff) | |
download | historical-e44f909790fad798f9723ae33546ae0bf475c01d.tar.gz historical-e44f909790fad798f9723ae33546ae0bf475c01d.tar.bz2 historical-e44f909790fad798f9723ae33546ae0bf475c01d.zip |
Update LICENSE, bug 425140.
Package-Manager: portage-2.1.11.5/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/tyxml/tyxml-2.1-r1.ebuild')
-rw-r--r-- | dev-ml/tyxml/tyxml-2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/tyxml/tyxml-2.1-r1.ebuild b/dev-ml/tyxml/tyxml-2.1-r1.ebuild index 13ea57b08daa..da56e5283c6e 100644 --- a/dev-ml/tyxml/tyxml-2.1-r1.ebuild +++ b/dev-ml/tyxml/tyxml-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-2.1-r1.ebuild,v 1.1 2012/07/06 16:14:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/tyxml/tyxml-2.1-r1.ebuild,v 1.2 2012/07/09 21:10:41 ulm Exp $ EAPI=4 @@ -10,7 +10,7 @@ DESCRIPTION="A libary to build xml trees typechecked by OCaml" HOMEPAGE="http://ocsigen.org/tyxml/" SRC_URI="http://www.ocsigen.org/download/${P}.tar.gz" -LICENSE="LGPL-2.1-linking-exception" +LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64" IUSE="doc ocamlduce +ocamlopt" |