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 0E740138332 for ; Sat, 13 Jan 2018 12:16:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D910E0908; 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 4C8F2E08FB 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 54B9B335C5C 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 1A4A51AF 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.e8887ac195c326fb6f202dc86ac980a7e2fd5b3b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libelf/libelf-0.8.13-r2.ebuild X-VCS-Directories: dev-libs/libelf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e8887ac195c326fb6f202dc86ac980a7e2fd5b3b 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: 3256ea3e-0722-4ef6-bf94-64f3d161baef X-Archives-Hash: 7153a69be50bbfd91701806d0391df04 commit: e8887ac195c326fb6f202dc86ac980a7e2fd5b3b Author: Alexis Ballier gentoo org> AuthorDate: Sat Jan 13 09:26:03 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=e8887ac1 dev-libs/libelf: mark -*-fbsd Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-libs/libelf/libelf-0.8.13-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libelf/libelf-0.8.13-r2.ebuild b/dev-libs/libelf/libelf-0.8.13-r2.ebuild index dfdf04f5458..824e777d127 100644 --- a/dev-libs/libelf/libelf-0.8.13-r2.ebuild +++ b/dev-libs/libelf/libelf-0.8.13-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="http://www.mr511.de/software/${P}.tar.gz" LICENSE="LGPL-2" SLOT="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" IUSE="debug nls elibc_FreeBSD" RDEPEND="!dev-libs/elfutils