From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-495211-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7828813800E for <garchives@archives.gentoo.org>; Sat, 11 Aug 2012 22:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27699E0262; Sat, 11 Aug 2012 22:23:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F029EE0262 for <gentoo-commits@lists.gentoo.org>; Sat, 11 Aug 2012 22:23:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 453BD1B401A for <gentoo-commits@lists.gentoo.org>; Sat, 11 Aug 2012 22:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0C14AE5440 for <gentoo-commits@lists.gentoo.org>; Sat, 11 Aug 2012 22:23:45 +0000 (UTC) From: "Guillaume Horel" <guillaume.horel@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guillaume Horel" <guillaume.horel@gmail.com> Message-ID: <1344723421.8d467727dbee6d5ad10ec2ac5af11f4c51662ce8.guillaume_horel@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-ml/zarith/ X-VCS-Repository: proj/sci X-VCS-Files: dev-ml/zarith/ChangeLog dev-ml/zarith/zarith-1.1.ebuild X-VCS-Directories: dev-ml/zarith/ X-VCS-Committer: guillaume_horel X-VCS-Committer-Name: Guillaume Horel X-VCS-Revision: 8d467727dbee6d5ad10ec2ac5af11f4c51662ce8 X-VCS-Branch: master Date: Sat, 11 Aug 2012 22:23:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2beed38a-a722-48e8-a406-a89e48b31b7a X-Archives-Hash: 2e5fb0aff0aa1a631694a681c4c2b3e1 commit: 8d467727dbee6d5ad10ec2ac5af11f4c51662ce8 Author: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com> AuthorDate: Sat Aug 11 22:17:01 2012 +0000 Commit: Guillaume Horel <guillaume.horel <AT> gmail <DOT> com> CommitDate: Sat Aug 11 22:17:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8d467727 [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 94e7529..f0789a3 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 <guillaume.horel@gmail.com> zarith-1.1.ebuild: + fix license and depend on multilib eclass + *zarith-1.1 (30 Mar 2012) 30 Mar 2012; Guillaume Horel <guillaume.horel@gmail.com> -zarith-1.0.ebuild, diff --git a/dev-ml/zarith/zarith-1.1.ebuild b/dev-ml/zarith/zarith-1.1.ebuild index 8d208be..7afe572 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"