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 5DA8F139694 for ; Sat, 22 Apr 2017 16:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1A05E0BF6; Sat, 22 Apr 2017 16:03:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 92BECE0BF6 for ; Sat, 22 Apr 2017 16:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C011033FE7D for ; Sat, 22 Apr 2017 16:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35A1D73F3 for ; Sat, 22 Apr 2017 16:03:56 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1492877033.27b0851569c29837fa11ac67c8042b099097c137.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/metis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/metis/metis-5.1.0-r2.ebuild X-VCS-Directories: sci-libs/metis/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 27b0851569c29837fa11ac67c8042b099097c137 X-VCS-Branch: master Date: Sat, 22 Apr 2017 16:03:56 +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: dbba7e49-d0a5-4ab9-a0a2-ff7d3f77c01d X-Archives-Hash: dc49976bea34018c72d8928391deff46 commit: 27b0851569c29837fa11ac67c8042b099097c137 Author: Alessandro Barbieri alice it> AuthorDate: Fri Apr 21 23:27:26 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Apr 22 16:03:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b08515 fix license https://bugs.gentoo.org/show_bug.cgi?id=614708 Closes: https://github.com/gentoo/gentoo/pull/4464 Signed-off-by: Justin Lecher gentoo.org> sci-libs/metis/metis-5.1.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/metis/metis-5.1.0-r2.ebuild b/sci-libs/metis/metis-5.1.0-r2.ebuild index da13d2e8cba..5a3c00a7ca2 100644 --- a/sci-libs/metis/metis-5.1.0-r2.ebuild +++ b/sci-libs/metis/metis-5.1.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://glaros.dtc.umn.edu/gkhome/fetch/sw/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -LICENSE="free-noncomm" +LICENSE="Apache-2.0" IUSE="doc openmp static-libs" DEPEND=""