Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs/
Date: Sat, 25 Dec 2021 01:02:41
Message-Id: 1640394146.611f0462e38fb934815cb910fb96a09aefd9d17c.gyakovlev@gentoo
1 commit: 611f0462e38fb934815cb910fb96a09aefd9d17c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 25 00:57:08 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 01:02:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611f0462
7
8 sys-fs/zfs: stabilize 2.0.7 for amd64
9
10 Bug: https://bugs.gentoo.org/829803
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 sys-fs/zfs/zfs-2.0.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/zfs/zfs-2.0.7.ebuild b/sys-fs/zfs/zfs-2.0.7.ebuild
17 index 52e731767cc5..da1bfe9b7ce8 100644
18 --- a/sys-fs/zfs/zfs-2.0.7.ebuild
19 +++ b/sys-fs/zfs/zfs-2.0.7.ebuild
20 @@ -25,7 +25,7 @@ else
21 S="${WORKDIR}/${P%_rc?}"
22
23 if [[ ${PV} != *_rc* ]]; then
24 - KEYWORDS="~amd64 ~arm64 ~ppc64"
25 + KEYWORDS="amd64 ~arm64 ~ppc64"
26 fi
27 fi