diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 01:09:45 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 01:09:45 +0100 |
commit | 708814e3380ccde43d10bc2eafd4990711e2a6c1 (patch) | |
tree | 70298f0457a34fdbcf4dab61e409f25237375a7f /lxqt-base | |
parent | dev-libs/libqtxdg: Stabilize 3.11.0 amd64, #907298 (diff) | |
download | gentoo-708814e3380ccde43d10bc2eafd4990711e2a6c1.tar.gz gentoo-708814e3380ccde43d10bc2eafd4990711e2a6c1.tar.bz2 gentoo-708814e3380ccde43d10bc2eafd4990711e2a6c1.zip |
lxqt-base/liblxqt: Stabilize 1.3.0 amd64, #907298
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild index a19a17790f18..06070c035a88 100644 --- a/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild +++ b/lxqt-base/liblxqt/liblxqt-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="LGPL-2.1+ BSD" |