From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-919658-garchives=archives.gentoo.org@lists.gentoo.org>
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 F16FB139085
	for <garchives@archives.gentoo.org>; Wed, 28 Dec 2016 08:34:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 51858E0CB7;
	Wed, 28 Dec 2016 08:34: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 2D859E0CB7
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2016 08:34: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 80AA1341640
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2016 08:34:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B164A0
	for <gentoo-commits@lists.gentoo.org>; Wed, 28 Dec 2016 08:34:08 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
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" <bman@gentoo.org>
Message-ID: <1482914034.561391b9a56ce36da34c3d51f38fe53d15a6adc6.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/sysbench/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild
X-VCS-Directories: app-benchmarks/sysbench/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 561391b9a56ce36da34c3d51f38fe53d15a6adc6
X-VCS-Branch: master
Date: Wed, 28 Dec 2016 08:34:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b18dece2-cc2b-4012-a46d-77f547d15228
X-Archives-Hash: 1d3a201ce20df06565e221c5faabcddb

commit:     561391b9a56ce36da34c3d51f38fe53d15a6adc6
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 28 08:33:19 2016 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 28 08:33:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561391b9

app-benchmarks/sysbench: amd64 stable

 app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild b/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild
index a4772a0..fe40908 100644
--- a/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild
+++ b/app-benchmarks/sysbench/sysbench-1.0_pre20161017.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/akopytov/sysbench/archive/${GITHUB_REV}.tar.gz -> ${
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="aio lua mysql postgres test"
 
 RDEPEND="aio? ( dev-libs/libaio )