Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbpf/
Date: Tue, 25 Aug 2020 00:11:46
Message-Id: 1598314294.545b9b547562afea19c3fbef089269ba381a8b76.chutzpah@gentoo
1 commit: 545b9b547562afea19c3fbef089269ba381a8b76
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 15:48:45 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 00:11:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545b9b54
7
8 dev-libs/libbpf: Sync 9999
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
12
13 dev-libs/libbpf/libbpf-0.1.0.ebuild | 2 +-
14 dev-libs/libbpf/libbpf-9999.ebuild | 3 ++-
15 2 files changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libbpf/libbpf-0.1.0.ebuild b/dev-libs/libbpf/libbpf-0.1.0.ebuild
18 index 314c4e709aa..5ba31a42fe5 100644
19 --- a/dev-libs/libbpf/libbpf-0.1.0.ebuild
20 +++ b/dev-libs/libbpf/libbpf-0.1.0.ebuild
21 @@ -10,7 +10,7 @@ DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"
22 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 S="${WORKDIR}/${P}/src"
24
25 -LICENSE="LGPL-2.1 BSD-2"
26 +LICENSE="GPL-2 LGPL-2.1 BSD-2"
27 SLOT="0/${PV}"
28 KEYWORDS="~amd64 ~arm64 ~x86"
29 IUSE="+static-libs"
30
31 diff --git a/dev-libs/libbpf/libbpf-9999.ebuild b/dev-libs/libbpf/libbpf-9999.ebuild
32 index 08e5746d4bf..f363b55ec97 100644
33 --- a/dev-libs/libbpf/libbpf-9999.ebuild
34 +++ b/dev-libs/libbpf/libbpf-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 2019 Gentoo Authors
37 +# Copyright 2019-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -11,6 +11,7 @@ else
42 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 KEYWORDS="~amd64 ~arm64 ~x86"
44 fi
45 +S="${WORKDIR}/${P}/src"
46
47 HOMEPAGE="https://www.kernel.org/doc/html/latest/bpf/bpf_devel_QA.html"
48 DESCRIPTION="Stand-alone build of libbpf from the Linux kernel"