From b25ce914c80d9004fa6daebd5746b83aa7d60849 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 5 Feb 2025 11:24:04 +0000 Subject: [PATCH] app-arch/lxqt-archiver: Stabilize 1.1.0 amd64, #949084 Signed-off-by: Sam James --- app-arch/lxqt-archiver/lxqt-archiver-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/lxqt-archiver/lxqt-archiver-1.1.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-1.1.0.ebuild index c99a78978382e..8a6b440a8b3c0 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-1.1.0.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+"