Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/flashbench/
Date: Mon, 27 Dec 2021 15:36:56
Message-Id: 1640619398.29525bf99abde821fcb142fbf076e864271b7596.arthurzam@gentoo
1 commit: 29525bf99abde821fcb142fbf076e864271b7596
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 27 15:36:38 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 27 15:36:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29525bf9
7
8 sys-block/flashbench: Keyword 20120606 arm64, #830022
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-block/flashbench/flashbench-20120606.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-block/flashbench/flashbench-20120606.ebuild b/sys-block/flashbench/flashbench-20120606.ebuild
16 index 1d87392c9c7a..307d3b9f841e 100644
17 --- a/sys-block/flashbench/flashbench-20120606.ebuild
18 +++ b/sys-block/flashbench/flashbench-20120606.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -8,7 +8,7 @@ HOMEPAGE="http://git.linaro.org/people/arnd.bergmann/flashbench.git"
26 SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31
32 PATCHES=( ${FILESDIR}/${P}-Makefile.patch )