diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-04-01 11:29:36 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-01 12:09:06 -0400 |
commit | 138d49a3545179943c24b7cbd80b5d571a517e65 (patch) | |
tree | a08000b4eacc81e5c10f33e78ac9e875fc86d75d /sys-fs/zfs-kmod | |
parent | sys-kernel/spl: amd64 stable (diff) | |
download | gentoo-138d49a3545179943c24b7cbd80b5d571a517e65.tar.gz gentoo-138d49a3545179943c24b7cbd80b5d571a517e65.tar.bz2 gentoo-138d49a3545179943c24b7cbd80b5d571a517e65.zip |
sys-fs/zfs-kmod: amd64 stable
Bug: https://bugs.gentoo.org/651866
Package-Manager: Portage-2.3.27, Repoman-2.3.9
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild index d71cf40662e3..c8153afff87b 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.7.7.ebuild @@ -10,7 +10,7 @@ if [ ${PV} == "9999" ]; then else SRC_URI="https://github.com/zfsonlinux/zfs/releases/download/zfs-${PV}/zfs-${PV}.tar.gz" S="${WORKDIR}/zfs-${PV}" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi inherit flag-o-matic linux-info linux-mod toolchain-funcs autotools-utils |