diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:05 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-14 21:34:05 +0200 |
commit | cb30ca6e91247bb240d75cb12cbceeda0d39c2ed (patch) | |
tree | aa349370e31cd045b8a141439387e969a56548ec /app-arch/lxqt-archiver | |
parent | x11-themes/lxqt-themes: Stabilize 1.0.0 amd64, #831448 (diff) | |
download | gentoo-cb30ca6e91247bb240d75cb12cbceeda0d39c2ed.tar.gz gentoo-cb30ca6e91247bb240d75cb12cbceeda0d39c2ed.tar.bz2 gentoo-cb30ca6e91247bb240d75cb12cbceeda0d39c2ed.zip |
app-arch/lxqt-archiver: Stabilize 0.5.0 amd64, #831448
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-arch/lxqt-archiver')
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-0.5.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-0.5.0.ebuild index 06092b0c39a0..828c146ee5a0 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-0.5.0.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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 ~riscv ~x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+" |