Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/fio/
Date: Sun, 03 May 2020 12:58:46
Message-Id: 1588510716.36e31bea33994d1217f184f3c4bdfeb1b44fa6e4.ago@gentoo
1 commit: 36e31bea33994d1217f184f3c4bdfeb1b44fa6e4
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 12:58:36 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 12:58:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e31bea
7
8 sys-block/fio: arm stable wrt bug #720696
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-block/fio/fio-3.19.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-block/fio/fio-3.19.ebuild b/sys-block/fio/fio-3.19.ebuild
18 index 7b13369905e..1ac9c956efd 100644
19 --- a/sys-block/fio/fio-3.19.ebuild
20 +++ b/sys-block/fio/fio-3.19.ebuild
21 @@ -16,7 +16,7 @@ SRC_URI="https://brick.kernel.dk/snaps/${MY_P}.tar.bz2"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86"
26 +KEYWORDS="amd64 arm ~ia64 ppc ppc64 x86"
27 IUSE="aio curl glusterfs gnuplot gtk libressl numa python rbd rdma static tcmalloc zlib"
28 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
29 libressl? ( curl )