Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/
Date: Fri, 03 Aug 2018 14:09:37
Message-Id: 1533305359.1c34db3193a9f86702839ead54a9bce1ee3cccdd.blueness@gentoo
1 commit: 1c34db3193a9f86702839ead54a9bce1ee3cccdd
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 3 14:09:19 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 3 14:09:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c34db31
7
8 virtual/libelf: keyword arm64
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 virtual/libelf/libelf-2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
16 index dcd9caf6d31..4ba079659ba 100644
17 --- a/virtual/libelf/libelf-2.ebuild
18 +++ b/virtual/libelf/libelf-2.ebuild
19 @@ -7,6 +7,6 @@ inherit multilib-build
20
21 DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
22 SLOT="0/0"
23 -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 +KEYWORDS="alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
26 RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"