diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2007-02-07 19:02:15 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2007-02-07 19:02:15 +0000 |
commit | bb98e2752bd587aeca8741eb90156ff55fee836f (patch) | |
tree | 25a4efa3711eb2aa4baf72519e15c2142f422c56 /dev-ml | |
parent | Fix zeroconf support, now RDC sessions sent through zeroconf are picked up co... (diff) | |
download | gentoo-2-bb98e2752bd587aeca8741eb90156ff55fee836f.tar.gz gentoo-2-bb98e2752bd587aeca8741eb90156ff55fee836f.tar.bz2 gentoo-2-bb98e2752bd587aeca8741eb90156ff55fee836f.zip |
Changed LICENSE to the correct value (MIT instead of as-is). Fixes bug #165723.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-expat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/ocaml-expat/ChangeLog b/dev-ml/ocaml-expat/ChangeLog index 4335723c911f..41497a8dc9fe 100644 --- a/dev-ml/ocaml-expat/ChangeLog +++ b/dev-ml/ocaml-expat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocaml-expat # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expat/ChangeLog,v 1.1 2007/02/06 21:26:43 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expat/ChangeLog,v 1.2 2007/02/07 19:02:15 nattfodd Exp $ + + 07 Feb 2007; Alexandre Buisse <nattfodd@gentoo.org> + ocaml-expat-0.9.1.ebuild: + Changed LICENSE to the correct value (MIT instead of as-is). Fixes bug #165723. *ocaml-expat-0.9.1 (06 Feb 2007) diff --git a/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild b/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild index f264870e346c..4bfa27cac070 100644 --- a/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild +++ b/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild,v 1.1 2007/02/06 21:26:43 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild,v 1.2 2007/02/07 19:02:15 nattfodd Exp $ inherit findlib eutils @@ -15,7 +15,7 @@ DEPEND="dev-libs/expat" RDEPEND="$DEPEND" SLOT="0" -LICENSE="as-is" +LICENSE="MIT" KEYWORDS="~x86" src_compile() { |