commit: 6d9a245b1142aafc90d5f3b432e11ac05c8a5613 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jan 1 17:32:40 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jan 1 17:32:40 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6d9a245b
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 <AT> gentoo.org> 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