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 AC08E138350 for ; Wed, 1 Apr 2020 17:37:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D45E1E09A6; Wed, 1 Apr 2020 17:37:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BB157E09A6 for ; Wed, 1 Apr 2020 17:37:34 +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 9394D34F9B3 for ; Wed, 1 Apr 2020 17:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36CC0150 for ; Wed, 1 Apr 2020 17:37:32 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1585762622.86e23fc5ba4fa02413ca4e55168320fc0546b44c.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbpf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libbpf/libbpf-0.0.6.ebuild dev-libs/libbpf/libbpf-0.0.7.ebuild X-VCS-Directories: dev-libs/libbpf/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 86e23fc5ba4fa02413ca4e55168320fc0546b44c X-VCS-Branch: master Date: Wed, 1 Apr 2020 17:37:32 +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: 77d20c6f-fc9f-4cf9-8d0e-65b863519c62 X-Archives-Hash: 34294bd8d3b42f26636c49e4711a000f commit: 86e23fc5ba4fa02413ca4e55168320fc0546b44c Author: jkelecic sartura hr> AuthorDate: Mon Jan 27 12:35:49 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed Apr 1 17:37:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e23fc5 dev-libs/libbpf: Remove GPL-2 from licenses https://github.com/libbpf/libbpf/blob/master/LICENSE states that LGPL-2.1 or BSD-2-Clause licenses are to be used. Signed-off-by: jkelecic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/14483 Closes: https://bugs.gentoo.org/711490 Signed-off-by: Patrick McLean gentoo.org> dev-libs/libbpf/libbpf-0.0.6.ebuild | 2 +- dev-libs/libbpf/libbpf-0.0.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libbpf/libbpf-0.0.6.ebuild b/dev-libs/libbpf/libbpf-0.0.6.ebuild index 7e265723db9..0853d4751e0 100644 --- a/dev-libs/libbpf/libbpf-0.0.6.ebuild +++ b/dev-libs/libbpf/libbpf-0.0.6.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/libbpf/libbpf" DESCRIPTION="Stand-alone build of libbpf from the Linux kernel" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2 LGPL-2.1 BSD-2" +LICENSE="LGPL-2.1 BSD-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+static-libs" diff --git a/dev-libs/libbpf/libbpf-0.0.7.ebuild b/dev-libs/libbpf/libbpf-0.0.7.ebuild index 6ba1ae96c61..43363c91efa 100644 --- a/dev-libs/libbpf/libbpf-0.0.7.ebuild +++ b/dev-libs/libbpf/libbpf-0.0.7.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/libbpf/libbpf" DESCRIPTION="Stand-alone build of libbpf from the Linux kernel" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2 LGPL-2.1 BSD-2" +LICENSE="LGPL-2.1 BSD-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+static-libs"