diff options
author | Sam James <sam@gentoo.org> | 2024-10-30 02:55:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-30 02:55:06 +0000 |
commit | 9f1d00bb808a0165d4c95aab1d9533fca8b42a3d (patch) | |
tree | acb128e278f9170e469752b45ee434bbd1ec4a1a /sys-fs | |
parent | app-emacs/package-lint: Stabilize 0.24 amd64, #942493 (diff) | |
download | gentoo-9f1d00bb808a0165d4c95aab1d9533fca8b42a3d.tar.gz gentoo-9f1d00bb808a0165d4c95aab1d9533fca8b42a3d.tar.bz2 gentoo-9f1d00bb808a0165d4c95aab1d9533fca8b42a3d.zip |
sys-fs/squashfs-tools-ng: Stabilize 1.3.2 amd64, #942498
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild index e768bb9ae947..0420a8f1b87e 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.2.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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi |