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 B1CF213835B for ; Sun, 2 May 2021 09:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0132E08F6; Sun, 2 May 2021 09:27:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D8E5E08F6 for ; Sun, 2 May 2021 09:27:20 +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 991CC340D0A for ; Sun, 2 May 2021 09:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33CB7753 for ; Sun, 2 May 2021 09:27:17 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619921979.b8d48d5cd9d29bc550f7bb54976e8f8199254779.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/gemget/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gemget/gemget-1.8.0.ebuild X-VCS-Directories: net-misc/gemget/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: b8d48d5cd9d29bc550f7bb54976e8f8199254779 X-VCS-Branch: master Date: Sun, 2 May 2021 09:27:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5da9f5db-1468-403b-bcbf-342b9567a5eb X-Archives-Hash: 751f17433277e717fe58a216a5c52bf4 commit: b8d48d5cd9d29bc550f7bb54976e8f8199254779 Author: Anna Vyalkova sysrq in> AuthorDate: Sat May 1 23:32:56 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun May 2 02:19:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8d48d5c net-misc/gemget: update licenses Add licenses for statically linked libs using dev-go/golicense Signed-off-by: Anna Vyalkova sysrq.in> net-misc/gemget/gemget-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gemget/gemget-1.8.0.ebuild b/net-misc/gemget/gemget-1.8.0.ebuild index c0debbaeb..d888639ae 100644 --- a/net-misc/gemget/gemget-1.8.0.ebuild +++ b/net-misc/gemget/gemget-1.8.0.ebuild @@ -46,7 +46,7 @@ go-module_set_globals SRC_URI="https://github.com/makeworld-the-better-one/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI}" -LICENSE="MIT" +LICENSE="0BSD BSD MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86"