diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-22 10:28:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-22 10:30:39 +0300 |
commit | 80c95e4c7548c06d97c469bbbb3a6d67c85ddf0e (patch) | |
tree | 9cfa088ed76173ba7266e06f6985af1518e70c04 /lxqt-base | |
parent | lxqt-base/lxqt-admin: amd64 stable wrt bug #686526 (diff) | |
download | gentoo-80c95e4c7548c06d97c469bbbb3a6d67c85ddf0e.tar.gz gentoo-80c95e4c7548c06d97c469bbbb3a6d67c85ddf0e.tar.bz2 gentoo-80c95e4c7548c06d97c469bbbb3a6d67c85ddf0e.zip |
lxqt-base/lxqt-config: amd64 stable wrt bug #686526
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild b/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild index 838fe79c5218..868536c899a7 100644 --- a/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-0.14.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2 GPL-2+ GPL-3 LGPL-2 LGPL-2+ LGPL-2.1+ WTFPL-2" |