diff options
author | Sam James <sam@gentoo.org> | 2023-05-30 04:27:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-30 04:27:44 +0100 |
commit | b99e642cf500f35fec669bc25a2d87f83e4a71d6 (patch) | |
tree | 05d68916aee5d4b247cb372daaab583462d16c33 /sys-fs/zfs-auto-snapshot | |
parent | dev-python/flask: Stabilize 2.2.5 ALLARCHES, #907394 (diff) | |
download | gentoo-b99e642cf500f35fec669bc25a2d87f83e4a71d6.tar.gz gentoo-b99e642cf500f35fec669bc25a2d87f83e4a71d6.tar.bz2 gentoo-b99e642cf500f35fec669bc25a2d87f83e4a71d6.zip |
sys-fs/zfs-auto-snapshot: Stabilize 1.2.4-r3 amd64, #907395
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/zfs-auto-snapshot')
-rw-r--r-- | sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r3.ebuild b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r3.ebuild index e503554be28a..8338ae98ab90 100644 --- a/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r3.ebuild +++ b/sys-fs/zfs-auto-snapshot/zfs-auto-snapshot-1.2.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~riscv" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" S="${WORKDIR}/${MY_P}" fi |