diff options
author | Michael Weber <xmw@gentoo.org> | 2017-02-10 08:37:43 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-02-10 10:43:26 +0100 |
commit | ea4174e811ca11fb17519988ec874ea47ea3a692 (patch) | |
tree | 6bd58c318912f6342e7ca76e923f284036f0f0a2 /sys-fs/xfsprogs | |
parent | dev-util/cmake: Bump to version 3.8.0_rc1 (diff) | |
download | gentoo-ea4174e811ca11fb17519988ec874ea47ea3a692.tar.gz gentoo-ea4174e811ca11fb17519988ec874ea47ea3a692.tar.bz2 gentoo-ea4174e811ca11fb17519988ec874ea47ea3a692.zip |
sys-fs/xfsprogs: ~arm64 keyword.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-fs/xfsprogs')
-rw-r--r-- | sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild b/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild index 907d464cad8e..fb58d7e86036 100644 --- a/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-4.9.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="libedit nls readline static static-libs" REQUIRED_USE="static? ( static-libs )" |