diff options
Diffstat (limited to 'sys-fs/zfs/zfs-0.6.4.2.ebuild')
-rw-r--r-- | sys-fs/zfs/zfs-0.6.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/zfs/zfs-0.6.4.2.ebuild b/sys-fs/zfs/zfs-0.6.4.2.ebuild index 8070b6314ddc..33a9f03915e4 100644 --- a/sys-fs/zfs/zfs-0.6.4.2.ebuild +++ b/sys-fs/zfs/zfs-0.6.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.4.2.ebuild,v 1.1 2015/07/12 14:11:02 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.4.2.ebuild,v 1.2 2015/07/12 14:17:58 dlan Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -18,7 +18,7 @@ else inherit eutils versionator SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64" fi inherit bash-completion-r1 flag-o-matic toolchain-funcs autotools-utils udev systemd |