From 8d467727dbee6d5ad10ec2ac5af11f4c51662ce8 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sat, 11 Aug 2012 18:17:01 -0400 Subject: [dev-ml/zarith] fix license --- dev-ml/zarith/ChangeLog | 3 +++ dev-ml/zarith/zarith-1.1.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ml/zarith/ChangeLog b/dev-ml/zarith/ChangeLog index 94e752916..f0789a3ce 100644 --- a/dev-ml/zarith/ChangeLog +++ b/dev-ml/zarith/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 11 Aug 2012; Guillaume Horel zarith-1.1.ebuild: + fix license and depend on multilib eclass + *zarith-1.1 (30 Mar 2012) 30 Mar 2012; Guillaume Horel -zarith-1.0.ebuild, diff --git a/dev-ml/zarith/zarith-1.1.ebuild b/dev-ml/zarith/zarith-1.1.ebuild index 8d208bef8..7afe5723b 100644 --- a/dev-ml/zarith/zarith-1.1.ebuild +++ b/dev-ml/zarith/zarith-1.1.ebuild @@ -4,13 +4,13 @@ EAPI="4" -inherit findlib eutils +inherit findlib multilib DESCRIPTION="Arithmetic and logic operations over arbitrary-precision integers" HOMEPAGE="https://forge.ocamlcore.org/projects/zarith/" SRC_URI="http://forge.ocamlcore.org/frs/download.php/835/${P}.tgz" -LICENSE="LGPL-2.1-linking-exception" +LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc mpir +ocamlopt" -- cgit v1.2.3-65-gdbad