diff options
author | 2024-07-05 22:50:11 +0100 | |
---|---|---|
committer | 2024-07-05 22:50:11 +0100 | |
commit | fe57150d37e8a3342a2745c37b709d2530824493 (patch) | |
tree | 2d25873245b1286f7fae6dbbb3b42d81bad771af /sys-fs/squashfs-tools-ng | |
parent | media-fonts/noto: Stabilize 20240531 arm64, #935569 (diff) | |
download | gentoo-fe57150d37e8a3342a2745c37b709d2530824493.tar.gz gentoo-fe57150d37e8a3342a2745c37b709d2530824493.tar.bz2 gentoo-fe57150d37e8a3342a2745c37b709d2530824493.zip |
sys-fs/squashfs-tools-ng: Stabilise on arm64
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'sys-fs/squashfs-tools-ng')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.1.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.1.ebuild index a4168be5e3b8..313023a84cc1 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.1.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="https://github.com/AgentD/${PN}.git" else inherit libtool - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi |