From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2D7C213877A for ; Sat, 6 Sep 2014 19:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42EC0E0922; Sat, 6 Sep 2014 19:46:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7FF7E0922 for ; Sat, 6 Sep 2014 19:46:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 124BB33DF72 for ; Sat, 6 Sep 2014 19:46:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F5D4E09 for ; Sat, 6 Sep 2014 19:46:29 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1410032667.43665d98b5009f41c973ed16d9ed704028c20a76.jauhien@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich2/mpich2-1.5.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: 43665d98b5009f41c973ed16d9ed704028c20a76 X-VCS-Branch: master Date: Sat, 6 Sep 2014 19:46:29 +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: 82b7ca30-e549-473d-8b31-06b2d598262c X-Archives-Hash: e1d729f14827d86e1a074b254eed59d7 commit: 43665d98b5009f41c973ed16d9ed704028c20a76 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat Sep 6 19:44:27 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Sat Sep 6 19:44:27 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=43665d98 sys-cluster/mpich2: fix license --- sys-cluster/mpich2/mpich2-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5.ebuild index 7622c44..5391972 100644 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild +++ b/sys-cluster/mpich2/mpich2-1.5.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://www.mcs.anl.gov/research/projects/mpich2/index.php" SRC_URI="http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${MY_PV}/${PN}-${MY_PV}.tar.gz" SLOT="0" -LICENSE="as-is" +LICENSE="mpich2" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="+cxx doc fortran mpi-threads romio threads"