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 F0F3C138330 for ; Sat, 13 Jan 2018 12:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BF9E0897; Sat, 13 Jan 2018 12:16:44 +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 46AD4E0897 for ; Sat, 13 Jan 2018 12:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3EA24335C5B for ; Sat, 13 Jan 2018 12:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07430186 for ; Sat, 13 Jan 2018 12:16:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1515845782.86675653997aa0fdc3ab0fbf434fe69e208e48ee.aballier@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: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 86675653997aa0fdc3ab0fbf434fe69e208e48ee X-VCS-Branch: master Date: Sat, 13 Jan 2018 12:16:42 +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: 30f7330d-2437-4da7-bfc7-a74fcda6a38a X-Archives-Hash: 1c62b4bcf6a67e336de8904554b3f3eb commit: 86675653997aa0fdc3ab0fbf434fe69e208e48ee Author: Alexis Ballier gentoo org> AuthorDate: Sat Jan 13 09:25:29 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jan 13 12:16:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86675653 virtual/libelf: mark -*-fbsd Package-Manager: Portage-2.3.19, Repoman-2.3.6 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 1dfdf24937d..e26bf68fad8 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 ~sparc-fbsd ~x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 -amd64-fbsd -sparc-fbsd -x86-fbsd ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" RDEPEND=">=dev-libs/libelf-0.8.13-r2:0/0[${MULTILIB_USEDEP}]"