From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D4D01382C5 for ; Fri, 1 Jan 2021 18:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2981BE0833; Fri, 1 Jan 2021 18:58:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FE23E0833 for ; Fri, 1 Jan 2021 18:58:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EA2E340D41 for ; Fri, 1 Jan 2021 18:58:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93CFB332 for ; Fri, 1 Jan 2021 18:58:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1609522360.6d9a245b1142aafc90d5f3b432e11ac05c8a5613.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: proj/qt X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6d9a245b1142aafc90d5f3b432e11ac05c8a5613 X-VCS-Branch: master Date: Fri, 1 Jan 2021 18:58:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3a81796-a0e9-4678-bf1c-9c4ddc101572 X-Archives-Hash: 9eb4974c75b95881187a279e07ddf595 commit: 6d9a245b1142aafc90d5f3b432e11ac05c8a5613 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 1 17:32:40 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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