diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-04-14 14:43:30 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-04-14 16:02:56 -0700 |
commit | 83c25a1775598c2f6ff743cf405c896ee687df25 (patch) | |
tree | 660401eef24b457ceb8a9e16611e46623103f6e9 /sys-fs | |
parent | sys-fs/zfs-kmod: update live ebuild, it's OpenZFS now (diff) | |
download | gentoo-83c25a1775598c2f6ff743cf405c896ee687df25.tar.gz gentoo-83c25a1775598c2f6ff743cf405c896ee687df25.tar.bz2 gentoo-83c25a1775598c2f6ff743cf405c896ee687df25.zip |
sys-fs/zfs: update live ebuild
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index cb8a4427800d..27dbc2a09a0a 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -9,13 +9,13 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit bash-completion-r1 flag-o-matic linux-info distutils-r1 systemd toolchain-funcs udev usr-ldscript DESCRIPTION="Userland utilities for ZFS Linux kernel module" -HOMEPAGE="https://zfsonlinux.org/" +HOMEPAGE="https://github.com/openzfs/zfs" if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 linux-mod - EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git" + EGIT_REPO_URI="https://github.com/openzfs/zfs.git" else - SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz" + SRC_URI="https://github.com/openzfs/${PN}/releases/download/${P}/${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64" fi |