diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 11:03:21 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 11:03:21 +0000 |
commit | a1f7c781a133ec008c50983d1ee434021a3b70ae (patch) | |
tree | ab7530cc4e46ba29b5ab273ddca65ecb6b7d777e /lxqt-base | |
parent | lxqt-base/lxqt-admin: Stabilize 1.3.0 x86, #907298 (diff) | |
download | gentoo-a1f7c781a133ec008c50983d1ee434021a3b70ae.tar.gz gentoo-a1f7c781a133ec008c50983d1ee434021a3b70ae.tar.bz2 gentoo-a1f7c781a133ec008c50983d1ee434021a3b70ae.zip |
lxqt-base/lxqt-config: Stabilize 1.3.0 x86, #907298
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-1.3.0.ebuild b/lxqt-base/lxqt-config/lxqt-config-1.3.0.ebuild index 3498a3fa2709..f8404533f956 100644 --- a/lxqt-base/lxqt-config/lxqt-config-1.3.0.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-1.3.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" |