diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 01:10:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 01:10:10 +0100 |
commit | d00132f2034c990d26cc295c5642eaf6b1d6df04 (patch) | |
tree | 770d5db78fd7bc2f10fe72871daa5117cb268ecc /app-arch | |
parent | x11-terms/qterminal: Stabilize 1.3.0 amd64, #907298 (diff) | |
download | gentoo-d00132f2034c990d26cc295c5642eaf6b1d6df04.tar.gz gentoo-d00132f2034c990d26cc295c5642eaf6b1d6df04.tar.bz2 gentoo-d00132f2034c990d26cc295c5642eaf6b1d6df04.zip |
app-arch/lxqt-archiver: Stabilize 0.8.0 amd64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-0.8.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-0.8.0.ebuild index d305b0ec042b..04356aeecaac 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-0.8.0.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-0.8.0.ebuild @@ -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 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~loong ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+" |