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 2C4C7139085 for ; Wed, 28 Dec 2016 08:13:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F5EEE0CAD; Wed, 28 Dec 2016 08:13:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5A177E0CAD for ; Wed, 28 Dec 2016 08:13:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 37CA93412CB for ; Wed, 28 Dec 2016 08:13:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11D64A0 for ; Wed, 28 Dec 2016 08:13:34 +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: <1482912798.9d8bf1df66557ffecc0a1de9f5c643f014a285d8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/fio/fio-2.15.ebuild X-VCS-Directories: sys-block/fio/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 9d8bf1df66557ffecc0a1de9f5c643f014a285d8 X-VCS-Branch: master Date: Wed, 28 Dec 2016 08:13:34 +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: e09bd6c5-4aa0-4d0b-802d-669aa27550d4 X-Archives-Hash: b98b06f310c3f0f70e53b6a779772098 commit: 9d8bf1df66557ffecc0a1de9f5c643f014a285d8 Author: Aaron Bauman gentoo org> AuthorDate: Wed Dec 28 08:12:49 2016 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Dec 28 08:13:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8bf1df sys-block/fio: amd64 stable wrt bug #603586 sys-block/fio/fio-2.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/fio/fio-2.15.ebuild b/sys-block/fio/fio-2.15.ebuild index 73d4d79..6fa33ea 100644 --- a/sys-block/fio/fio-2.15.ebuild +++ b/sys-block/fio/fio-2.15.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" IUSE="aio glusterfs gnuplot gtk numa rbd rdma static zlib" # GTK+:2 does not offer static libaries.