sys-fs/squashfs-tools-ng: stabilize 1.3.0 for amd64

Note that I merged 84e655a1f4 badly
as I hit a merge conflict with my earlier 2c5cd6c4e0
when rebasing a branch.

I should figure out why merge-driver-ekeyword didn't handle the conflict.

Thanks to Matt for noticing.

Fixes: 84e655a1f4
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-04-29 20:41:29 +01:00
parent c2684b3dff
commit 7579afbd4a

View File

@@ -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