Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-meta/
Date: Tue, 16 Oct 2018 13:08:16
Message-Id: 1539695148.79b426185a6ff4f8fab4f2bad27608167efe0ce8.zlogene@gentoo
1 commit: 79b426185a6ff4f8fab4f2bad27608167efe0ce8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 13:05:48 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 13:05:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b42618
7
8 lxqt-base/lxqt-meta: amd64 stable wrt bug #664568
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild
17 index 9b17a66af76..cccbacd21c3 100644
18 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild
19 +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.13.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,9 +11,9 @@ HOMEPAGE="https://lxqt.org/"
27 MY_PV="$(ver_cut 1-2)*"
28
29 if [[ ${PV} = *9999* ]]; then
30 - KEYWORDS="-*"
31 + KEYWORDS="-* amd64"
32 else
33 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
35 fi
36
37 LICENSE="metapackage"