diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:31:42 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:31:42 +0300 |
commit | ddc79dbc10196e6090225ab44291805b02996b52 (patch) | |
tree | 617f5d6a52175086d507d659537f90461c50b1bc | |
parent | lxqt-base/lxqt-qtplugin: amd64 stable wrt bug #734818 (diff) | |
download | gentoo-ddc79dbc10196e6090225ab44291805b02996b52.tar.gz gentoo-ddc79dbc10196e6090225ab44291805b02996b52.tar.bz2 gentoo-ddc79dbc10196e6090225ab44291805b02996b52.zip |
lxqt-base/lxqt-runner: amd64 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild index 2d89c16b0f7a..fc5d99e55cfe 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-0.15.0.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-0.15.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+" |