commit: 28643f38151de481a14aa43db6f09c0127509142 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Wed Oct 16 14:22:23 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Wed Oct 16 17:37:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28643f38
sys-libs/fts-standalone: add ~arm64 keyword Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild index d724eebce1d..6dd663b3924 100644 --- a/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild +++ b/sys-libs/fts-standalone/fts-standalone-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/pullmoll/musl-fts/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc x86" +KEYWORDS="amd64 arm ~arm64 ~mips ppc x86" IUSE="static-libs" DEPEND="
