diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 11:03:25 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-29 11:03:25 +0000 |
commit | d5bf2a08100b2259d2eabed61f6055b2370adc12 (patch) | |
tree | 35a5ad01ac36af00eb0d01779f11115efb6fbed7 /lxqt-base/lxqt-runner | |
parent | lxqt-base/lxqt-qtplugin: Stabilize 1.3.0 x86, #907298 (diff) | |
download | gentoo-d5bf2a08100b2259d2eabed61f6055b2370adc12.tar.gz gentoo-d5bf2a08100b2259d2eabed61f6055b2370adc12.tar.bz2 gentoo-d5bf2a08100b2259d2eabed61f6055b2370adc12.zip |
lxqt-base/lxqt-runner: Stabilize 1.3.0 x86, #907298
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-runner')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild index 02e97ba3ee6f..be26d503f5da 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-1.3.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-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="LGPL-2.1 LGPL-2.1+" |