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 BB3A9139085 for ; Wed, 11 Jan 2017 11:13:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0B10E0DC1; Wed, 11 Jan 2017 11:13:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8D77AE0DC1 for ; Wed, 11 Jan 2017 11:13:49 +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 9485A341421 for ; Wed, 11 Jan 2017 11:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0800B262A for ; Wed, 11 Jan 2017 11:13:47 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1484133208.9cecafff21eea269aed678454f80282f7c123b3a.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 9cecafff21eea269aed678454f80282f7c123b3a X-VCS-Branch: master Date: Wed, 11 Jan 2017 11:13:47 +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: 799b7538-a32d-4a41-81e4-b6cfe153452a X-Archives-Hash: 9ae7a0021f30b17c7a6cbb153b8fed4f commit: 9cecafff21eea269aed678454f80282f7c123b3a Author: Aaron Bauman gentoo org> AuthorDate: Wed Jan 11 11:09:04 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jan 11 11:13:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cecafff dev-libs/libfastjson: amd64 stable Package-Manager: portage-2.3.0 dev-libs/libfastjson/libfastjson-0.99.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild index 922501d..2f9cf6f 100644 --- a/dev-libs/libfastjson/libfastjson-0.99.4.ebuild +++ b/dev-libs/libfastjson/libfastjson-0.99.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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"