Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/
Date: Mon, 05 Jul 2021 20:02:07
Message-Id: 1625515308.e65f1cb0a7e3e5c517b9828598022f89834f3d50.prometheanfire@gentoo
1 commit: e65f1cb0a7e3e5c517b9828598022f89834f3d50
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 19:49:28 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 20:01:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65f1cb0
7
8 sys-block/fio: 3.27 stable amd64 arm ppc ppc64 x86
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-block/fio/fio-3.27.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-block/fio/fio-3.27.ebuild b/sys-block/fio/fio-3.27.ebuild
17 index 2a78e187bb6..1a61f8f6166 100644
18 --- a/sys-block/fio/fio-3.27.ebuild
19 +++ b/sys-block/fio/fio-3.27.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="https://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
21
22 LICENSE="GPL-2"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
25 +KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ppc64 x86"
26 IUSE="aio curl glusterfs gnuplot gtk io-uring numa python rbd rdma static tcmalloc test zbc zlib"
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
28 gnuplot? ( python )