Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/f3/
Date: Tue, 31 Dec 2019 03:17:36
Message-Id: 1577761181.a8b2913f1b0ee9c7e3fc02b684c6354e401a2212.whissi@gentoo
1 commit: a8b2913f1b0ee9c7e3fc02b684c6354e401a2212
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 02:59:41 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 02:59:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8b2913f
7
8 sys-block/f3: amd64 & x86 stable
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-block/f3/f3-7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-block/f3/f3-7.2.ebuild b/sys-block/f3/f3-7.2.ebuild
17 index 6f012d090ba..11b6e4fcd9d 100644
18 --- a/sys-block/f3/f3-7.2.ebuild
19 +++ b/sys-block/f3/f3-7.2.ebuild
20 @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]]; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/AltraMayor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~x86"
25 + KEYWORDS="amd64 ~arm64 x86"
26 fi
27
28 LICENSE="GPL-3+"