diff options
author | Sam James <sam@gentoo.org> | 2024-04-29 20:41:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-29 20:42:58 +0100 |
commit | 7579afbd4aa1f2356b8de3c2870df2c49ab68d5f (patch) | |
tree | 31c9863493e37744050f2c9e6754fc2fb283086d /sys-fs/squashfs-tools-ng | |
parent | dev-ruby/puppetdb-termini: drop 8.4.1 (diff) | |
download | gentoo-7579afbd4aa1f2356b8de3c2870df2c49ab68d5f.tar.gz gentoo-7579afbd4aa1f2356b8de3c2870df2c49ab68d5f.tar.bz2 gentoo-7579afbd4aa1f2356b8de3c2870df2c49ab68d5f.zip |
sys-fs/squashfs-tools-ng: stabilize 1.3.0 for amd64
Note that I merged 84e655a1f462a58154b701b9b8077ebf3071e82f badly
as I hit a merge conflict with my earlier 2c5cd6c4e004dc5037761c4a7a64fe956cac4bc4
when rebasing a branch.
I should figure out why merge-driver-ekeyword didn't handle the conflict.
Thanks to Matt for noticing.
Fixes: 84e655a1f462a58154b701b9b8077ebf3071e82f
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/squashfs-tools-ng')
-rw-r--r-- | sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild index f936c78e267e..a4168be5e3b8 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.3.0.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 |