Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbpf/
Date: Sun, 25 Jul 2021 03:36:13
Message-Id: 1627184159.f73ebba0b2de8ff1e245c2c15e2e1182819cf980.mattst88@gentoo
1 commit: f73ebba0b2de8ff1e245c2c15e2e1182819cf980
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 25 03:25:37 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 25 03:35:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73ebba0
7
8 dev-libs/libbpf: Keyword 0.4.0 alpha, #772257
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libbpf/libbpf-0.4.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libbpf/libbpf-0.4.0.ebuild b/dev-libs/libbpf/libbpf-0.4.0.ebuild
16 index 542fa1ac8cb..9f583a16a66 100644
17 --- a/dev-libs/libbpf/libbpf-0.4.0.ebuild
18 +++ b/dev-libs/libbpf/libbpf-0.4.0.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
20 EGIT_REPO_URI="https://github.com/libbpf/libbpf.git"
21 else
22 SRC_URI="https://github.com/libbpf/libbpf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25 fi
26 S="${WORKDIR}/${P}/src"