diff options
author | Sam James <sam@gentoo.org> | 2023-12-20 01:38:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 01:38:29 +0000 |
commit | e9d1d540ecd0c18d2658c2d2b843dae118a8340a (patch) | |
tree | 5536e0c6aaba5e3c86df58928ddbcecab01cfe6f /app-arch/lxqt-archiver | |
parent | sci-libs/opencascade: Keyword 7.7.0-r2 arm, #919730 (diff) | |
download | gentoo-e9d1d540ecd0c18d2658c2d2b843dae118a8340a.tar.gz gentoo-e9d1d540ecd0c18d2658c2d2b843dae118a8340a.tar.bz2 gentoo-e9d1d540ecd0c18d2658c2d2b843dae118a8340a.zip |
app-arch/lxqt-archiver: Stabilize 0.9.0 amd64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/lxqt-archiver')
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-0.9.0.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-0.9.0.ebuild index 949fd0cfb9fc..d03e94d4e199 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-0.9.0.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-0.9.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+" |