diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:12:34 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:43:17 -0500 |
commit | 2f7ded9c87ef9e6170e3212d04d11a8ea0457afd (patch) | |
tree | 613efe8ba57f83bb909ba3a52c1d5a306cdbad30 /lxqt-base/lxqt-globalkeys | |
parent | lxqt-base/lxqt-qtplugin: stable on amd64 and x86 (diff) | |
download | gentoo-2f7ded9c87ef9e6170e3212d04d11a8ea0457afd.tar.gz gentoo-2f7ded9c87ef9e6170e3212d04d11a8ea0457afd.tar.bz2 gentoo-2f7ded9c87ef9e6170e3212d04d11a8ea0457afd.zip |
lxqt-base/lxqt-globalkeys: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild index 287cc596f46c..28bc7df0c729 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.0.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-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+" |