diff options
author | Sam James <sam@gentoo.org> | 2023-02-24 09:21:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-24 09:21:39 +0000 |
commit | fce670f0ed739e648d3bd382d9e6f9650623c127 (patch) | |
tree | 8cf3bb8d720c3270e2bb50efff266bc1ecfb4552 /sys-fs/squashfs-tools-ng | |
parent | sys-power/powertop: Stabilize 2.15 arm, #896152 (diff) | |
download | gentoo-fce670f0ed739e648d3bd382d9e6f9650623c127.tar.gz gentoo-fce670f0ed739e648d3bd382d9e6f9650623c127.tar.bz2 gentoo-fce670f0ed739e648d3bd382d9e6f9650623c127.zip |
sys-fs/squashfs-tools-ng: Stabilize 1.2.0 amd64, #896154
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.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.2.0.ebuild b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.2.0.ebuild index d5956518b2df..74fd9371c24f 100644 --- a/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.2.0.ebuild +++ b/sys-fs/squashfs-tools-ng/squashfs-tools-ng-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="https://infraroot.at/pub/squashfs/${P}.tar.xz" fi |