diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:20:03 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 19:43:52 -0500 |
commit | eed4ba54fcee1969aba820f9e7a4068f46a6fcca (patch) | |
tree | ffcf987934c11cfffe6f7ad44e35cd88167e8911 /lxqt-base/lxqt-about | |
parent | lxqt-base/lxqt-panel: stable on amd64 and x86 (diff) | |
download | gentoo-eed4ba54fcee1969aba820f9e7a4068f46a6fcca.tar.gz gentoo-eed4ba54fcee1969aba820f9e7a4068f46a6fcca.tar.bz2 gentoo-eed4ba54fcee1969aba820f9e7a4068f46a6fcca.zip |
lxqt-base/lxqt-about: stable on amd64 and x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'lxqt-base/lxqt-about')
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild index 42496cf0489d..a7670b9fe78d 100644 --- a/lxqt-base/lxqt-about/lxqt-about-0.11.0.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-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+" |