diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:03:40 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:42:30 -0500 |
commit | bf7588ca0926242b50a34eda3a12c9f97eb2dd4d (patch) | |
tree | 844715c77687c276daf4afdb7eb297e470595352 /lxqt-base/liblxqt | |
parent | x11-libs/libfm-qt: stable on amd64 and x86 (diff) | |
download | gentoo-bf7588ca0926242b50a34eda3a12c9f97eb2dd4d.tar.gz gentoo-bf7588ca0926242b50a34eda3a12c9f97eb2dd4d.tar.bz2 gentoo-bf7588ca0926242b50a34eda3a12c9f97eb2dd4d.zip |
lxqt-base/liblxqt: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'lxqt-base/liblxqt')
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild index 68c0e3be6ffc..29f055382896 100644 --- a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild +++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.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=6 @@ -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+" |