diff options
author | Sam James <sam@gentoo.org> | 2021-07-11 21:50:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-11 21:50:22 +0100 |
commit | 572c92094c20377264c0b4adad586f7b76c77705 (patch) | |
tree | 805efb7381f5996c9decca4e61fe7fe447390b7a /lxqt-base | |
parent | lxqt-base/lxqt-qtplugin: Stabilize 0.17.0 x86, #801154 (diff) | |
download | gentoo-572c92094c20377264c0b4adad586f7b76c77705.tar.gz gentoo-572c92094c20377264c0b4adad586f7b76c77705.tar.bz2 gentoo-572c92094c20377264c0b4adad586f7b76c77705.zip |
lxqt-base/lxqt-runner: Stabilize 0.17.0 x86, #801154
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild index 2a0a7ab0258c..f7a94a6533e3 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.17.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.17.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="LGPL-2.1 LGPL-2.1+" |