diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:19:26 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:43:46 -0500 |
commit | c6c3708a33f15469aa0c13901e76ae1e14cfa62b (patch) | |
tree | 77b94410b3710e72d9c06cbafce9462c39d86fe7 /lxqt-base | |
parent | lxqt-base/lxqt-runner: stable on amd64 and x86 (diff) | |
download | gentoo-c6c3708a33f15469aa0c13901e76ae1e14cfa62b.tar.gz gentoo-c6c3708a33f15469aa0c13901e76ae1e14cfa62b.tar.bz2 gentoo-c6c3708a33f15469aa0c13901e76ae1e14cfa62b.zip |
lxqt-base/lxqt-panel: 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-panel/lxqt-panel-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild index adcf675304e6..65f1bebbd9a6 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.11.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-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+" |