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:30:55
Message-Id: 1588509044.9364375cf44c9ebe121d8d1655d37c951125e484.ago@gentoo
1 commit: 9364375cf44c9ebe121d8d1655d37c951125e484
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 12:30:44 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 12:30:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9364375c
7
8 sys-block/fio: ppc64 stable wrt bug #720696
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="ppc64"
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 1f13666c171..01049d6bb9b 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 )