diff options
author | 2025-02-05 11:24:12 +0000 | |
---|---|---|
committer | 2025-02-05 11:24:12 +0000 | |
commit | 2641c4c011e59f8905ca92f61d023b87d07eee5e (patch) | |
tree | bb33247c2f569796391e6c3307959e8d895ce5db /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 2.1.0 amd64, #949084 (diff) | |
download | gentoo-2641c4c011e59f8905ca92f61d023b87d07eee5e.tar.gz gentoo-2641c4c011e59f8905ca92f61d023b87d07eee5e.tar.bz2 gentoo-2641c4c011e59f8905ca92f61d023b87d07eee5e.zip |
lxqt-base/lxqt-config: Stabilize 2.1.0 amd64, #949084
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-2.1.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-2.1.0.ebuild index 03f8f150322d..0655cc3a16d3 100644 --- a/lxqt-base/lxqt-config/lxqt-config-2.1.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-2.1.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 arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |