Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/
Date: Fri, 01 Jan 2021 18:58:25
Message-Id: 1609522360.6d9a245b1142aafc90d5f3b432e11ac05c8a5613.asturm@gentoo
1 commit: 6d9a245b1142aafc90d5f3b432e11ac05c8a5613
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 17:32:40 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 17:32:40 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6d9a245b
7
8 lxqt-base/lxqt-meta: Drop duplicate (and wrong) KEYWORDS="-*" line
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
17 index de3a0919..eebe746c 100644
18 --- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
19 +++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -8,9 +8,7 @@ HOMEPAGE="https://lxqt.org/"
27
28 MY_PV="$(ver_cut 1-2)*"
29
30 -if [[ ${PV} = *9999* ]]; then
31 - KEYWORDS="-*"
32 -else
33 +if [[ ${PV} != *9999* ]]; then
34 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
35 fi