diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-01-05 02:33:44 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-01-05 02:36:50 +0200 |
commit | dd3882136db8fc2e25e54b03fa3e5598a544971d (patch) | |
tree | d22ab670f43e20a00e504e1d8a0f4f7236185a08 /sys-fs | |
parent | app-editors/wxhexeditor: bump to 0.24, use gtk3, other improvements (diff) | |
download | gentoo-dd3882136db8fc2e25e54b03fa3e5598a544971d.tar.gz gentoo-dd3882136db8fc2e25e54b03fa3e5598a544971d.tar.bz2 gentoo-dd3882136db8fc2e25e54b03fa3e5598a544971d.zip |
sys-fs/ntfs3g-2017.3.23: add ~arm64 keyword
Closes: https://bugs.gentoo.org/642364
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild b/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild index 4a9b17c025c2..53c95176deb1 100644 --- a/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2017.3.23.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" # The subslot matches the SONAME major #. SLOT="0/87" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr" RDEPEND="!<sys-apps/util-linux-2.20.1-r2 |