From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F38561384B4 for ; Mon, 7 Dec 2015 08:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E9B621C0B7; Mon, 7 Dec 2015 08:48:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D43021C0B7 for ; Mon, 7 Dec 2015 08:48:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FDD13406C2 for ; Mon, 7 Dec 2015 08:48:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C555D9A1 for ; Mon, 7 Dec 2015 08:48:12 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1449478522.1c672d76be58a52664d47a5ffbab89e887ff1fb7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/redis/redis-3.0.4.ebuild dev-db/redis/redis-3.0.5.ebuild X-VCS-Directories: dev-db/redis/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 1c672d76be58a52664d47a5ffbab89e887ff1fb7 X-VCS-Branch: master Date: Mon, 7 Dec 2015 08:48:12 +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: e454dc89-1139-4540-b395-186ed38ae5ff X-Archives-Hash: 97799c9a981058fd326d860958761ba4 commit: 1c672d76be58a52664d47a5ffbab89e887ff1fb7 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Dec 7 08:55:22 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Dec 7 08:55:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c672d76 dev-db/redis: keyword ~ppc, bug #567692. Package-Manager: portage-2.2.20.1 dev-db/redis/redis-3.0.4.ebuild | 2 +- dev-db/redis/redis-3.0.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/redis/redis-3.0.4.ebuild b/dev-db/redis/redis-3.0.4.ebuild index 8bfa196..753f0af 100644 --- a/dev-db/redis/redis-3.0.4.ebuild +++ b/dev-db/redis/redis-3.0.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0" diff --git a/dev-db/redis/redis-3.0.5.ebuild b/dev-db/redis/redis-3.0.5.ebuild index 328adcb..c411420 100644 --- a/dev-db/redis/redis-3.0.5.ebuild +++ b/dev-db/redis/redis-3.0.5.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://redis.io/" SRC_URI="http://download.redis.io/releases/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" IUSE="+jemalloc tcmalloc test" SLOT="0"