diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 21:48:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 21:48:48 +0000 |
commit | 4577832cac09a8063d33f785556198e31bbdbb50 (patch) | |
tree | 4ad23d0cafed7c90bfb29a6e7249d6b0c2c13934 /lxqt-base | |
parent | lxqt-base/lxqt-qtplugin: Stabilize 1.2.0 x86, #886365 (diff) | |
download | gentoo-4577832cac09a8063d33f785556198e31bbdbb50.tar.gz gentoo-4577832cac09a8063d33f785556198e31bbdbb50.tar.bz2 gentoo-4577832cac09a8063d33f785556198e31bbdbb50.zip |
lxqt-base/lxqt-runner: Stabilize 1.2.0 x86, #886365
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild index ab537186ff49..38fe56ff96b4 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-1.2.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-1.2.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="LGPL-2.1 LGPL-2.1+" |