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 8737C1395E3 for ; Sun, 13 Nov 2016 18:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E40C5E0AB3; Sun, 13 Nov 2016 18:15:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1345E0AB3 for ; Sun, 13 Nov 2016 18:15:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0004C341677 for ; Sun, 13 Nov 2016 18:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F8024BB for ; Sun, 13 Nov 2016 18:15:31 +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: <1479060928.ab7f4ea5a5ecae6e232866a46d49c1b6c6ffc5e7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/singularity/singularity-2.2.ebuild X-VCS-Directories: sys-cluster/singularity/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ab7f4ea5a5ecae6e232866a46d49c1b6c6ffc5e7 X-VCS-Branch: master Date: Sun, 13 Nov 2016 18:15:31 +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: 978572cb-1a5f-461b-9466-fd0dee72704f X-Archives-Hash: 632fedc8e2db01f264562b22e60914cd commit: ab7f4ea5a5ecae6e232866a46d49c1b6c6ffc5e7 Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 13 09:42:30 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Nov 13 18:15:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab7f4ea5 sys-cluster/singularity: Correct license Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher gentoo.org> sys-cluster/singularity/singularity-2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/singularity/singularity-2.2.ebuild b/sys-cluster/singularity/singularity-2.2.ebuild index 011f063..adf27e4 100644 --- a/sys-cluster/singularity/singularity-2.2.ebuild +++ b/sys-cluster/singularity/singularity-2.2.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://singularity.lbl.gov/" SRC_URI="https://github.com/${PN}ware/${PN}/releases/download/${PV}/${P}.tar.gz" SLOT="0" -LICENSE="BSD" +LICENSE="cctbx-2.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples"