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 0BC5313997D for ; Fri, 15 Nov 2019 21:14:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F4E7E0824; Fri, 15 Nov 2019 21:14:25 +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 01217E0824 for ; Fri, 15 Nov 2019 21:14: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 8AC7634CE91 for ; Fri, 15 Nov 2019 21:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE290824 for ; Fri, 15 Nov 2019 21:14:21 +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: <1573852394.eef6015d8a2af09f16edfb16b5e637d3ffb43fda.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/skopeo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/skopeo/skopeo-0.1.39.ebuild X-VCS-Directories: app-emulation/skopeo/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: eef6015d8a2af09f16edfb16b5e637d3ffb43fda X-VCS-Branch: master Date: Fri, 15 Nov 2019 21:14:21 +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: f4833b68-4617-48c1-969a-f368eb68907e X-Archives-Hash: 362fb678913f598bfaa3beb11f80270e commit: eef6015d8a2af09f16edfb16b5e637d3ffb43fda Author: Zac Medico gentoo org> AuthorDate: Fri Nov 15 21:12:16 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Nov 15 21:13:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef6015d app-emulation/skopeo: LICENSE: account for vendored software Reported-by: Michał Górny gentoo.org> Bug: https://bugs.gentoo.org/694906 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zac Medico gentoo.org> app-emulation/skopeo/skopeo-0.1.39.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/skopeo/skopeo-0.1.39.ebuild b/app-emulation/skopeo/skopeo-0.1.39.ebuild index 3af894ea4f9..b26bcce7615 100644 --- a/app-emulation/skopeo/skopeo-0.1.39.ebuild +++ b/app-emulation/skopeo/skopeo-0.1.39.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Command line utility foroperations on container images and image re HOMEPAGE="https://github.com/containers/skopeo" SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT" SLOT="0" KEYWORDS="~amd64" IUSE=""