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 07279138334 for ; Thu, 19 Sep 2019 03:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA85E0909; Thu, 19 Sep 2019 03:02:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6BD1CE0909 for ; Thu, 19 Sep 2019 03:02:31 +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 107FF34B399 for ; Thu, 19 Sep 2019 03:02:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65FCA7ED for ; Thu, 19 Sep 2019 03:02:27 +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: <1568861400.e4cad475949dffc1fb5e4d6dea6d0fad433df06f.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containers-storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/containers-storage/containers-storage-1.13.1.ebuild X-VCS-Directories: app-emulation/containers-storage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: e4cad475949dffc1fb5e4d6dea6d0fad433df06f X-VCS-Branch: master Date: Thu, 19 Sep 2019 03:02:27 +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: b3eff6e5-eca3-405e-8423-195b79920e0a X-Archives-Hash: 646de953b5f991da57c09ce8a92b6d47 commit: e4cad475949dffc1fb5e4d6dea6d0fad433df06f Author: Zac Medico gentoo org> AuthorDate: Thu Sep 19 02:49:44 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Sep 19 02:50:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cad475 app-emulation/containers-storage: LICENSE: account for vendored software Reported-by: Michał Górny gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-emulation/containers-storage/containers-storage-1.13.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/containers-storage/containers-storage-1.13.1.ebuild b/app-emulation/containers-storage/containers-storage-1.13.1.ebuild index a472e58367b..daa6f6e3484 100644 --- a/app-emulation/containers-storage/containers-storage-1.13.1.ebuild +++ b/app-emulation/containers-storage/containers-storage-1.13.1.ebuild @@ -12,7 +12,7 @@ inherit golang-vcs-snapshot KEYWORDS="~amd64" DESCRIPTION="containers/storage library" HOMEPAGE="https://github.com/containers/storage" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 ISC MIT" SLOT="0" IUSE="btrfs +device-mapper ostree test" EGO_PN="${HOMEPAGE#*//}"