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 D2DE1139694 for ; Tue, 21 Feb 2017 20:38:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B9CF21C081; Tue, 21 Feb 2017 20:38:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0AF4C21C081 for ; Tue, 21 Feb 2017 20:38:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 05AE7341142 for ; Tue, 21 Feb 2017 20:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA1914FE1 for ; Tue, 21 Feb 2017 20:38:42 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1487709503.a98f26bf01db796618c135e17ed1e64b4f8ba27b.maekke@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.4.ebuild X-VCS-Directories: dev-libs/libfastjson/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: a98f26bf01db796618c135e17ed1e64b4f8ba27b X-VCS-Branch: master Date: Tue, 21 Feb 2017 20:38:42 +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: 50367772-99f4-4b66-bd2e-7b31cb2aaefd X-Archives-Hash: b17c36e77d1a05d913f50e0181dbef9e commit: a98f26bf01db796618c135e17ed1e64b4f8ba27b Author: Markus Meier gentoo org> AuthorDate: Tue Feb 21 20:36:54 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Tue Feb 21 20:38:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a98f26bf dev-libs/libfastjson: arm stable, bug #605330 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-libs/libfastjson/libfastjson-0.99.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild index 865df5db28..8a562a3186 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.rsyslog.com/tag/libfastjson/" SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0/4.0.0" -KEYWORDS="amd64 ~arm ~arm64 hppa x86" +KEYWORDS="amd64 arm ~arm64 hppa x86" IUSE="static-libs" DEPEND=">=sys-devel/autoconf-archive-2015.02.04"