diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:29:51 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-23 15:29:51 +0300 |
commit | 020c279ca1e5d4a3a0a4c8462446744c1fde3bdd (patch) | |
tree | 717eadc29384ca337859cf8eb9de0d038681134c /lxqt-base | |
parent | lxqt-base/lxqt-panel: x86 stable wrt bug #686526 (diff) | |
download | gentoo-020c279ca1e5d4a3a0a4c8462446744c1fde3bdd.tar.gz gentoo-020c279ca1e5d4a3a0a4c8462446744c1fde3bdd.tar.bz2 gentoo-020c279ca1e5d4a3a0a4c8462446744c1fde3bdd.zip |
lxqt-base/lxqt-policykit: x86 stable wrt bug #686526
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild index 6892d93b67fd..3fd7c16d7fa6 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.14.1.ebuild @@ -13,7 +13,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+" |