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 6660D138331 for ; Mon, 3 Oct 2016 14:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C34DBE08D2; Mon, 3 Oct 2016 14:55:12 +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 A73B8E08D2 for ; Mon, 3 Oct 2016 14:55:12 +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 50E9C340E6A for ; Mon, 3 Oct 2016 14:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0DB524A4 for ; Mon, 3 Oct 2016 14:55:09 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475506508.2d27d4cc81cad683d5f55fafc09f7aafd6ebbbca.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/hiredis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/hiredis/hiredis-0.13.1.ebuild X-VCS-Directories: dev-libs/hiredis/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2d27d4cc81cad683d5f55fafc09f7aafd6ebbbca X-VCS-Branch: master Date: Mon, 3 Oct 2016 14:55:09 +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: f290d8af-e92c-4821-b682-43c9a80fafcf X-Archives-Hash: ffe04cabefb2bc39c216d347b6d76d2a commit: 2d27d4cc81cad683d5f55fafc09f7aafd6ebbbca Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 3 14:54:55 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Oct 3 14:55:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d27d4cc dev-libs/hiredis: Stable for HPPA PPC64 (bug #585646). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches dev-libs/hiredis/hiredis-0.13.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/hiredis/hiredis-0.13.1.ebuild b/dev-libs/hiredis/hiredis-0.13.1.ebuild index 964b713..6d9684d 100644 --- a/dev-libs/hiredis/hiredis-0.13.1.ebuild +++ b/dev-libs/hiredis/hiredis-0.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/redis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd ~x64-solaris" +KEYWORDS="alpha amd64 hppa ppc64 ~x86 ~x86-fbsd ~x64-solaris" IUSE="examples static-libs test" DEPEND="test? ( dev-db/redis )"