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 EEF15138334 for ; Sun, 15 Sep 2019 01:26:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2639E0893; Sun, 15 Sep 2019 01:26:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D683CE0893 for ; Sun, 15 Sep 2019 01:26:24 +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 57C6734B1AB for ; Sun, 15 Sep 2019 01:26:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FBEE771 for ; Sun, 15 Sep 2019 01:26:20 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1568510771.ab42dfe9f738cd8e29a510ee77a14057dd1e0147.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-tools/go-tools-0_pre20180817.ebuild X-VCS-Directories: dev-go/go-tools/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ab42dfe9f738cd8e29a510ee77a14057dd1e0147 X-VCS-Branch: master Date: Sun, 15 Sep 2019 01:26:20 +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: 264fd08d-9479-4265-931c-d6a777ce41fb X-Archives-Hash: e19601bbac14e1bed951c25861d2f574 commit: ab42dfe9f738cd8e29a510ee77a14057dd1e0147 Author: Zac Medico gentoo org> AuthorDate: Sun Sep 15 01:21:39 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 15 01:26:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab42dfe9 dev-go/go-tools: LICENSE: Add Apache-2.0 and MIT Reported-by: Michał Górny gentoo.org> Closes: https://bugs.gentoo.org/694394 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> dev-go/go-tools/go-tools-0_pre20180817.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-go/go-tools/go-tools-0_pre20180817.ebuild b/dev-go/go-tools/go-tools-0_pre20180817.ebuild index 35fe93954d4..787b6a95386 100644 --- a/dev-go/go-tools/go-tools-0_pre20180817.ebuild +++ b/dev-go/go-tools/go-tools-0_pre20180817.ebuild @@ -19,7 +19,7 @@ SRC_URI="${ARCHIVE_URI} ${EGO_VENDOR_URI} mirror://gentoo/${GO_FAVICON} https://dev.gentoo.org/~zmedico/distfiles/${GO_FAVICON}" -LICENSE="BSD" +LICENSE="BSD Apache-2.0 MIT" SLOT="0/${PVR}" src_prepare() {