diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:09:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:42:58 -0500 |
commit | 1dc9f7515ee51774e4b5aa65a5066e2dfc2c602f (patch) | |
tree | c57f925b043a02da948920aea6e182da71479343 /lxqt-base | |
parent | x11-misc/obconf-qt: stable on amd64 and x86 (diff) | |
download | gentoo-1dc9f7515ee51774e4b5aa65a5066e2dfc2c602f.tar.gz gentoo-1dc9f7515ee51774e4b5aa65a5066e2dfc2c602f.tar.bz2 gentoo-1dc9f7515ee51774e4b5aa65a5066e2dfc2c602f.zip |
lxqt-base/lxqt-session: 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-session/lxqt-session-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild b/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild index c931c180ce44..d363ebd4d24c 100644 --- a/lxqt-base/lxqt-session/lxqt-session-0.11.0.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-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 @@ -13,7 +13,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+" |