diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-07 05:44:30 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-05-07 05:44:30 -0700 |
commit | f9189b964f1246801aae6a4a8dd123aff942bbe5 (patch) | |
tree | 1562ad0943b3ee6f64e463b43143be6fa8e8c339 /sys-fs | |
parent | profiles/arch/*: re-structure openjdk[javafx] masks (diff) | |
download | gentoo-f9189b964f1246801aae6a4a8dd123aff942bbe5.tar.gz gentoo-f9189b964f1246801aae6a4a8dd123aff942bbe5.tar.bz2 gentoo-f9189b964f1246801aae6a4a8dd123aff942bbe5.zip |
sys-fs/zfs-auto-snapshot: amd64 stable
Bug: https://bugs.gentoo.org/788001
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild index 4096503e2fff..3ec7b398b82e 100644 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="${PN}-upstream-${PV}" SRC_URI="https://github.com/zfsonlinux/${PN}/archive/upstream/${PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64" + KEYWORDS="amd64 ~arm64 ~ppc64" S="${WORKDIR}/${MY_P}" fi |