diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:21:03 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:43:57 -0500 |
commit | f89ccb90606a09387dcc5865bb1122c47ee0ab3f (patch) | |
tree | c322495d0d69eb2f1aa85868cd3178283482c950 /lxqt-base/lxqt-policykit | |
parent | lxqt-base/lxqt-about: stable on amd64 and x86 (diff) | |
download | gentoo-f89ccb90606a09387dcc5865bb1122c47ee0ab3f.tar.gz gentoo-f89ccb90606a09387dcc5865bb1122c47ee0ab3f.tar.bz2 gentoo-f89ccb90606a09387dcc5865bb1122c47ee0ab3f.zip |
lxqt-base/lxqt-policykit: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'lxqt-base/lxqt-policykit')
-rw-r--r-- | lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild index 81201d0cb42f..a3799573284f 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" else SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="GPL-2 LGPL-2.1+" |