aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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