diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:27 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-07-31 19:34:27 +0300 |
commit | c652b29a58302aea27cf6f9f35cbd98445fb5d2f (patch) | |
tree | e3305d7e5d0244ceaeef76cd00843a0264693ffd /lxqt-base | |
parent | lxqt-base/lxqt-openssh-askpass: x86 stable wrt bug #734818 (diff) | |
download | gentoo-c652b29a58302aea27cf6f9f35cbd98445fb5d2f.tar.gz gentoo-c652b29a58302aea27cf6f9f35cbd98445fb5d2f.tar.bz2 gentoo-c652b29a58302aea27cf6f9f35cbd98445fb5d2f.zip |
lxqt-base/lxqt-panel: x86 stable wrt bug #734818
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-0.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.15.1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.15.1.ebuild index a4ddfe24b8ef..e6c4a1354464 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.15.1.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.15.1.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+" |