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 43396138330 for ; Fri, 12 Jan 2018 16:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2832EE09BD; Fri, 12 Jan 2018 16:50:41 +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 04F03E09BD for ; Fri, 12 Jan 2018 16:50:40 +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 AD97A335C0A for ; Fri, 12 Jan 2018 16:50:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 364BA19F for ; Fri, 12 Jan 2018 16:50:38 +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: <1515775833.514735e419215570b5c62e677e0823b79fefb985.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: 514735e419215570b5c62e677e0823b79fefb985 X-VCS-Branch: master Date: Fri, 12 Jan 2018 16:50:38 +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: ac1868ec-196e-4f58-bdfb-8f80fe816b18 X-Archives-Hash: 6296b189320d0f02c1686ccb985a99e6 commit: 514735e419215570b5c62e677e0823b79fefb985 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jan 12 16:50:03 2018 +0000 Commit: Anthony G. Basile gentoo 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}]"