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 9AC811382C5 for ; Mon, 7 May 2018 00:22:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94C5E0936; Mon, 7 May 2018 00:22: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 A4559E0936 for ; Mon, 7 May 2018 00:22:14 +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 5E845335C92 for ; Mon, 7 May 2018 00:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B06383D for ; Mon, 7 May 2018 00:22:11 +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: <1525652225.bd07d4237d4eb81e6cf74f5480b405094e14cce3.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfastjson/libfastjson-0.99.8.ebuild X-VCS-Directories: dev-libs/libfastjson/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: bd07d4237d4eb81e6cf74f5480b405094e14cce3 X-VCS-Branch: master Date: Mon, 7 May 2018 00:22:11 +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: 3dbeab28-2f92-4b99-8d24-ec953baf93fe X-Archives-Hash: 76fdfb6a6f583e715c11df6626765030 commit: bd07d4237d4eb81e6cf74f5480b405094e14cce3 Author: Mart Raudsepp gentoo org> AuthorDate: Mon May 7 00:17:05 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon May 7 00:17:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd07d423 dev-libs/libfastjson-0.99.8: arm64 stable Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-libs/libfastjson/libfastjson-0.99.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild index 56e9f91dde4..f88a8d2f5b9 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.8.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.8.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0/4.2.0" -KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ~sparc x86" IUSE="static-libs" DEPEND=">=sys-devel/autoconf-archive-2015.02.04"