Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbpf/
Date: Thu, 25 Feb 2021 22:20:14
Message-Id: 1614291594.6222c30592e54cced2afe4df75458c7be0d5e430.slyfox@gentoo
1 commit: 6222c30592e54cced2afe4df75458c7be0d5e430
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 22:19:54 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 22:19:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6222c305
7
8 dev-libs/libbpf: keyworded 0.3 for ia64
9
10 keyworded wrt bug #772257
11
12 Package-Manager: Portage-3.0.15, Repoman-3.0.2
13 RepoMan-Options: --include-arches="ia64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-libs/libbpf/libbpf-0.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/libbpf/libbpf-0.3.ebuild b/dev-libs/libbpf/libbpf-0.3.ebuild
20 index 3d4c900532f..8b55fe162b2 100644
21 --- a/dev-libs/libbpf/libbpf-0.3.ebuild
22 +++ b/dev-libs/libbpf/libbpf-0.3.ebuild
23 @@ -10,7 +10,7 @@ if [[ ${PV} =~ [9]{4,} ]]; then
24 EGIT_REPO_URI="https://github.com/libbpf/libbpf.git"
25 else
26 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86"
28 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
29 fi
30 S="${WORKDIR}/${P}/src"