diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-08-24 08:48:45 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-08-24 17:11:34 -0700 |
commit | 545b9b547562afea19c3fbef089269ba381a8b76 (patch) | |
tree | bb1fa1862479dc694c9023a7cb121986de460645 /dev-libs/libbpf | |
parent | dev-libs/libbpf-0.1.0: Version bump (diff) | |
download | gentoo-545b9b547562afea19c3fbef089269ba381a8b76.tar.gz gentoo-545b9b547562afea19c3fbef089269ba381a8b76.tar.bz2 gentoo-545b9b547562afea19c3fbef089269ba381a8b76.zip |
dev-libs/libbpf: Sync 9999
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-libs/libbpf')
-rw-r--r-- | dev-libs/libbpf/libbpf-0.1.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libbpf/libbpf-9999.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libbpf/libbpf-0.1.0.ebuild b/dev-libs/libbpf/libbpf-0.1.0.ebuild index 314c4e709aab..5ba31a42fe54 100644 --- a/dev-libs/libbpf/libbpf-0.1.0.ebuild +++ b/dev-libs/libbpf/libbpf-0.1.0.ebuild @@ -10,7 +10,7 @@ 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" S="${WORKDIR}/${P}/src" -LICENSE="LGPL-2.1 BSD-2" +LICENSE="GPL-2 LGPL-2.1 BSD-2" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+static-libs" diff --git a/dev-libs/libbpf/libbpf-9999.ebuild b/dev-libs/libbpf/libbpf-9999.ebuild index 08e5746d4bf0..f363b55ec975 100644 --- a/dev-libs/libbpf/libbpf-9999.ebuild +++ b/dev-libs/libbpf/libbpf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,7 @@ else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86" fi +S="${WORKDIR}/${P}/src" HOMEPAGE="https://www.kernel.org/doc/html/latest/bpf/bpf_devel_QA.html" DESCRIPTION="Stand-alone build of libbpf from the Linux kernel" |