diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 22:56:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 22:56:16 +0100 |
commit | 652926eeeeb8f26a3a2df199c903a2d6eec10f00 (patch) | |
tree | 42193ccabe60176531a10b1fac56f5d2243c351d /lxqt-base/lxqt-runner | |
parent | lxqt-base/lxqt-qtplugin: Stabilize 1.3.0 arm64, #907298 (diff) | |
download | gentoo-652926eeeeb8f26a3a2df199c903a2d6eec10f00.tar.gz gentoo-652926eeeeb8f26a3a2df199c903a2d6eec10f00.tar.bz2 gentoo-652926eeeeb8f26a3a2df199c903a2d6eec10f00.zip |
lxqt-base/lxqt-runner: Stabilize 1.3.0 arm64, #907298
Signed-off-by: Sam James <sam@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 be26d503f5da..88f3f12e2950 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+" |