From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1203139694 for ; Wed, 19 Apr 2017 09:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8651E0CB7; Wed, 19 Apr 2017 09:09:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5622E0CB6 for ; Wed, 19 Apr 2017 09:09:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A89434167D for ; Wed, 19 Apr 2017 09:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1060B743B for ; Wed, 19 Apr 2017 09:09:32 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1492592950.2b70b6da66538e13243b52058b845334ceee261e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/menhir/menhir-20170418.ebuild X-VCS-Directories: dev-ml/menhir/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2b70b6da66538e13243b52058b845334ceee261e X-VCS-Branch: master Date: Wed, 19 Apr 2017 09:09:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4d3ac872-462b-4396-8965-52404bfd569a X-Archives-Hash: 2bb04648ceba373e8b6c3171a24ff499 commit: 2b70b6da66538e13243b52058b845334ceee261e Author: Alexis Ballier gentoo org> AuthorDate: Wed Apr 19 08:50:35 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Apr 19 09:09:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b70b6da dev-ml/menhir: new release switchted from qpl to gpl Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/menhir/menhir-20170418.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/menhir/menhir-20170418.ebuild b/dev-ml/menhir/menhir-20170418.ebuild index 25640fb8917..66e656a0242 100644 --- a/dev-ml/menhir/menhir-20170418.ebuild +++ b/dev-ml/menhir/menhir-20170418.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="LR(1) parser generator for the OCaml language" HOMEPAGE="http://gallium.inria.fr/~fpottier/menhir/" SRC_URI="http://gallium.inria.fr/~fpottier/menhir/${P}.tar.gz" -LICENSE="QPL-1.0 LGPL-2-with-linking-exception" +LICENSE="GPL-2 LGPL-2-with-linking-exception" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="examples +ocamlopt"