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 AC8DF1382C5 for ; Mon, 30 Apr 2018 18:40:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1128E0823; Mon, 30 Apr 2018 18:40:15 +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 9FBEAE0823 for ; Mon, 30 Apr 2018 18:40:15 +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 64045335C81 for ; Mon, 30 Apr 2018 18:40:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE3726C for ; Mon, 30 Apr 2018 18:40:00 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525113591.fdece70aa433a470708516b81bc43beb68da4a08.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/oniguruma/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/oniguruma/oniguruma-6.7.1.ebuild X-VCS-Directories: dev-libs/oniguruma/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fdece70aa433a470708516b81bc43beb68da4a08 X-VCS-Branch: master Date: Mon, 30 Apr 2018 18:40:00 +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: de001978-128e-4eae-980a-4433256b790c X-Archives-Hash: 42b1e721305d4140d776ea3debc7911b commit: fdece70aa433a470708516b81bc43beb68da4a08 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Apr 30 18:39:08 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Apr 30 18:39:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdece70a dev-libs/oniguruma: arm stable wrt bug #652444 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/oniguruma/oniguruma-6.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild index 42608b7b302..0f4bfc4a135 100644 --- a/dev-libs/oniguruma/oniguruma-6.7.1.ebuild +++ b/dev-libs/oniguruma/oniguruma-6.7.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz" LICENSE="BSD-2" SLOT="0/4" -KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="combination-explosion-check crnl-as-line-terminator static-libs" S="${WORKDIR}/${MY_P}"