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 91397138331 for ; Mon, 29 Jan 2018 20:10:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3616E09F4; Mon, 29 Jan 2018 20:10:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D4D2E09F4 for ; Mon, 29 Jan 2018 20:10:32 +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 E04F3335C2F for ; Mon, 29 Jan 2018 20:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 318131D6 for ; Mon, 29 Jan 2018 20:10:29 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1517256610.f5bff4e2fade2ba65db3e64fd4d2ae0304f8c17d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libev/libev-4.23.ebuild X-VCS-Directories: dev-libs/libev/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f5bff4e2fade2ba65db3e64fd4d2ae0304f8c17d X-VCS-Branch: master Date: Mon, 29 Jan 2018 20:10:29 +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: 6c33b34f-254b-433b-98f1-1fe8bfb0afda X-Archives-Hash: c50dd9c897d15a5969bf482572c26e30 commit: f5bff4e2fade2ba65db3e64fd4d2ae0304f8c17d Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 29 20:00:39 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jan 29 20:10:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5bff4e2 dev-libs/libev: mark 4.23 arm64/m68k/s390/sh stable dev-libs/libev/libev-4.23.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libev/libev-4.23.ebuild b/dev-libs/libev/libev-4.23.ebuild index 9a694ef1a9a..f325fb0596a 100644 --- a/dev-libs/libev/libev-4.23.ebuild +++ b/dev-libs/libev/libev-4.23.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://dist.schmorp.de/libev/${P}.tar.gz LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="elibc_glibc static-libs" # Bug #283558