diff options
author | Sam James <sam@gentoo.org> | 2023-12-20 01:38:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-20 01:38:35 +0000 |
commit | 1e919d7d878e923fca982f3ed2173d1092bc61f4 (patch) | |
tree | ee0bf9a955910d6cc400d5361ebbab5ac8ee1254 /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 1.4.0 amd64, #920175 (diff) | |
download | gentoo-1e919d7d878e923fca982f3ed2173d1092bc61f4.tar.gz gentoo-1e919d7d878e923fca982f3ed2173d1092bc61f4.tar.bz2 gentoo-1e919d7d878e923fca982f3ed2173d1092bc61f4.zip |
lxqt-base/lxqt-config: Stabilize 1.4.0 amd64, #920175
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild index 8ae5cef520da..f68f17dc5505 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.4.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.4.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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |