From 6d9a245b1142aafc90d5f3b432e11ac05c8a5613 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 1 Jan 2021 18:32:40 +0100 Subject: 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 --- lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 6 ++---- 1 file 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 -- cgit v1.2.3-65-gdbad