diff options
author | 2017-12-10 19:11:33 -0500 | |
---|---|---|
committer | 2017-12-10 19:43:12 -0500 | |
commit | 11b1a654bc2223c8b66fbf47336a975b97dbe4fc (patch) | |
tree | 5e9f7d228cd8a39682a7403d16f3f4561eab5d51 /lxqt-base | |
parent | lxqt-base/lxqt-common: stable on amd64 and x86 (diff) | |
download | gentoo-11b1a654bc2223c8b66fbf47336a975b97dbe4fc.tar.gz gentoo-11b1a654bc2223c8b66fbf47336a975b97dbe4fc.tar.bz2 gentoo-11b1a654bc2223c8b66fbf47336a975b97dbe4fc.zip |
lxqt-base/lxqt-qtplugin: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild index 13292f49909b..ab832aa26183 100644 --- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.11.0.ebuild +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-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="LGPL-2.1+" |