diff options
author | Sam James <sam@gentoo.org> | 2023-12-27 20:58:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-27 21:01:59 +0000 |
commit | 941fc9f3950774edf59ff7afb3c2ebc3786ccf4e (patch) | |
tree | e76303f1e16a72bc915de5107dffdef2a78f2e9c /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 1.4.0 x86, #920175 (diff) | |
download | gentoo-941fc9f3950774edf59ff7afb3c2ebc3786ccf4e.tar.gz gentoo-941fc9f3950774edf59ff7afb3c2ebc3786ccf4e.tar.bz2 gentoo-941fc9f3950774edf59ff7afb3c2ebc3786ccf4e.zip |
lxqt-base/lxqt-config: Stabilize 1.4.0 x86, #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 f68f17dc5505..d8a95ff34931 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" |