commit: 23097ad75ab59d151320489197e63021dab2dff8
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 21:38:05 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 21:38:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23097ad7
sys-fs/squashfs-tools-ng: arm64 keyworded (bug #690616)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
index 85a5d92ebc6..e472287c8ee 100644
--- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
+++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-9999.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} = 9999* ]]; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/AgentD/${PN}.git"
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~x86"
SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz"
fi