aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-01 18:32:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-01 18:32:40 +0100
commit6d9a245b1142aafc90d5f3b432e11ac05c8a5613 (patch)
tree6205676202ebeef18528a7b5f55266ad3e8f76b5
parentqt5-build.eclass: Add missing RESTRICT+=" !test? ( test )" (diff)
downloadqt-6d9a245b.tar.gz
qt-6d9a245b.tar.bz2
qt-6d9a245b.zip
lxqt-base/lxqt-meta: Drop duplicate (and wrong) KEYWORDS="-*" line
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
index de3a0919..eebe746c 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,9 +8,7 @@ HOMEPAGE="https://lxqt.org/"
MY_PV="$(ver_cut 1-2)*"
-if [[ ${PV} = *9999* ]]; then
- KEYWORDS="-*"
-else
+if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi