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 230F31382C5 for ; Sun, 8 Apr 2018 21:55:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F963E0B17; Sun, 8 Apr 2018 21:55:07 +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 3D899E0B17 for ; Sun, 8 Apr 2018 21:55:04 +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 AC06F335C09 for ; Sun, 8 Apr 2018 21:55:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18B4E1B3 for ; Sun, 8 Apr 2018 21:55:02 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1523224495.7e614d5fda88c4427fb2cefecbd715549c727964.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7e614d5fda88c4427fb2cefecbd715549c727964 X-VCS-Branch: master Date: Sun, 8 Apr 2018 21:55:02 +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: 901224d2-a8c4-42b7-b797-5b290a9a0f7c X-Archives-Hash: 1f3f3686aeb376f6e305677301d1626e commit: 7e614d5fda88c4427fb2cefecbd715549c727964 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Apr 8 21:42:54 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Apr 8 21:54:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e614d5f dev-libs/oniguruma-6.7.1: arm64 stable (bug #652444, #636218) Package-Manager: Portage-2.3.28, Repoman-2.3.9 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 2ff34f9cb3c..42608b7b302 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}"