diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 14:24:39 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-17 14:29:36 +0200 |
commit | c240f80e04a3dc9d83200cd1a476b90b6e3f8c24 (patch) | |
tree | e265419612b44d3c39169718438f8647592322f5 /lxqt-base/lxqt-runner | |
parent | lxqt-base/lxqt-qtplugin: x86 stable (bug #664568) (diff) | |
download | gentoo-c240f80e04a3dc9d83200cd1a476b90b6e3f8c24.tar.gz gentoo-c240f80e04a3dc9d83200cd1a476b90b6e3f8c24.tar.bz2 gentoo-c240f80e04a3dc9d83200cd1a476b90b6e3f8c24.zip |
lxqt-base/lxqt-runner: x86 stable (bug #664568)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-runner')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild index 301027b1b17c..cc0a2a4b5f2b 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.13.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="LGPL-2.1+" |