commit: 514735e419215570b5c62e677e0823b79fefb985
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 16:50:03 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 16:50:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514735e4
virtual/libelf: drop arm64 on libelf-2 for dev profiles
Package-Manager: Portage-2.3.13, Repoman-2.3.3
virtual/libelf/libelf-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/libelf/libelf-2.ebuild b/virtual/libelf/libelf-2.ebuild
index 7f26e79291a..ec55e36e509 100644
--- a/virtual/libelf/libelf-2.ebuild
+++ b/virtual/libelf/libelf-2.ebuild
@@ -7,6 +7,6 @@ inherit multilib-build
DESCRIPTION="Virtual for libelf.so.0 provider dev-libs/libelf"
SLOT="0/0"
-KEYWORDS="alpha amd64 arm arm64 hppa m68k ~mips ppc ppc64 s390 sh sparc x86
~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa m68k ~mips ppc ppc64 s390 sh sparc x86
~amd64-linux ~arm-linux ~x86-linux"
RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"