From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7956138334 for ; Fri, 3 Aug 2018 14:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41A5BE0806; Fri, 3 Aug 2018 14:09:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 140ADE0806 for ; Fri, 3 Aug 2018 14:09:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79377335CA8 for ; Fri, 3 Aug 2018 14:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C374C348 for ; Fri, 3 Aug 2018 14:09:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1533305359.1c34db3193a9f86702839ead54a9bce1ee3cccdd.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/libelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/libelf/libelf-2.ebuild X-VCS-Directories: virtual/libelf/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 1c34db3193a9f86702839ead54a9bce1ee3cccdd X-VCS-Branch: master Date: Fri, 3 Aug 2018 14:09:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 109fe7b2-16ec-4fae-92e7-093e095abdd8 X-Archives-Hash: b3d8295c18c22b93502132f8d9d17b9b commit: 1c34db3193a9f86702839ead54a9bce1ee3cccdd Author: Anthony G. Basile gentoo org> AuthorDate: Fri Aug 3 14:09:19 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Aug 3 14:09:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c34db31 virtual/libelf: keyword arm64 Package-Manager: Portage-2.3.40, Repoman-2.3.9 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 dcd9caf6d31..4ba079659ba 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 hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"