Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/btf/
Date: Tue, 02 Jun 2020 22:21:29
Message-Id: 1591136461.4f9316995adab9787842a0a9a4cbd9154e4be743.leio@gentoo
1 commit: 4f9316995adab9787842a0a9a4cbd9154e4be743
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Mon Jun 1 16:41:37 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 22:21:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f931699
7
8 sci-libs/btf: arm64 keyworded (bug #716982)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 sci-libs/btf/btf-1.2.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/btf/btf-1.2.6.ebuild b/sci-libs/btf/btf-1.2.6.ebuild
18 index 085477593c5..6d1b0659d37 100644
19 --- a/sci-libs/btf/btf-1.2.6.ebuild
20 +++ b/sci-libs/btf/btf-1.2.6.ebuild
21 @@ -10,7 +10,7 @@ SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2"
22 LICENSE="LGPL-2.1+"
23 SLOT="0"
24
25 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
26 +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
27 IUSE="static-libs"
28
29 BDEPEND="virtual/pkgconfig"