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 32B32139694 for ; Fri, 10 Feb 2017 14:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D6D6E0CAE; Fri, 10 Feb 2017 14:21:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFC4FE0CAE for ; Fri, 10 Feb 2017 14:21:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE7DF340C97 for ; Fri, 10 Feb 2017 14:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CCDF3FD3 for ; Fri, 10 Feb 2017 14:21:03 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1486736457.e15c4e5dd6052440e11bfe39b306d617fd13d0b6.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/libevent-2.1.8.ebuild X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: e15c4e5dd6052440e11bfe39b306d617fd13d0b6 X-VCS-Branch: master Date: Fri, 10 Feb 2017 14:21:03 +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: 024161a6-418e-4d15-9d28-c345e77ca897 X-Archives-Hash: 80b676cb38ee0ab121f2413c82726913 commit: e15c4e5dd6052440e11bfe39b306d617fd13d0b6 Author: Michael Weber gentoo org> AuthorDate: Fri Feb 10 14:20:26 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Fri Feb 10 14:20:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15c4e5d dev-libs/libevent: arm ppc ppc64 stable (bug 608042). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-libs/libevent/libevent-2.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libevent/libevent-2.1.8.ebuild b/dev-libs/libevent/libevent-2.1.8.ebuild index f0fc974071..f0dd52770a 100644 --- a/dev-libs/libevent/libevent-2.1.8.ebuild +++ b/dev-libs/libevent/libevent-2.1.8.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}-stable/$ LICENSE="BSD" # libevent-2.1.so.6 SLOT="0/2.1-6" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="debug libressl +ssl static-libs test +threads" DEPEND="