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 4BF5B139694 for ; Fri, 21 Apr 2017 20:22:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 190AEE0BF1; Fri, 21 Apr 2017 20:22:03 +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 E94D1E0BF1 for ; Fri, 21 Apr 2017 20:22:02 +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 89B3833BEFC for ; Fri, 21 Apr 2017 20:22:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DCC373EF for ; Fri, 21 Apr 2017 20:21:59 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1492806112.f496d9f5b91eaea1e0541f7a1eb14a077e41231c.junghans@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/acml/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/acml/acml-5.3.1.ebuild X-VCS-Directories: sci-libs/acml/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: f496d9f5b91eaea1e0541f7a1eb14a077e41231c X-VCS-Branch: master Date: Fri, 21 Apr 2017 20:21:59 +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: 343cedef-897b-43c9-8955-55cb815edd27 X-Archives-Hash: ac729adba12a12d3dcf9071fb6c86158 commit: f496d9f5b91eaea1e0541f7a1eb14a077e41231c Author: Christoph Junghans gentoo org> AuthorDate: Fri Apr 21 20:21:52 2017 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Apr 21 20:21:52 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f496d9f5 sci-libs/acml: fix license Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-libs/acml/acml-5.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/acml/acml-5.3.1.ebuild b/sci-libs/acml/acml-5.3.1.ebuild index 10a0de008..62f103ff4 100644 --- a/sci-libs/acml/acml-5.3.1.ebuild +++ b/sci-libs/acml/acml-5.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -26,7 +26,7 @@ SRC_URI=" ${URI}/${MYP}-gfortran-64bit.tgz int64? ( ${URI}/${MYP}-gfortran-64bit-int64.tgz ) ) ) ) ) )" -LICENSE="ACML" +LICENSE="ACML-EULA" SLOT="0" KEYWORDS="-* ~amd64 ~amd64-linux" IUSE="doc examples cpu_flags_x86_fma4 gfortran ifort int64 open64 openmp pgi static-libs test"