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 7E3F4138334 for ; Sun, 8 Sep 2019 16:18:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5350E097B; Sun, 8 Sep 2019 16:18:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C7892E097B for ; Sun, 8 Sep 2019 16:18:45 +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 7C93C34AEAE for ; Sun, 8 Sep 2019 16:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4EAF7EC for ; Sun, 8 Sep 2019 16:18:41 +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: <1567959429.a70d7d029300d9a9ebee3d07c350dde64b6a9d48.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild X-VCS-Directories: lxqt-base/lxqt-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a70d7d029300d9a9ebee3d07c350dde64b6a9d48 X-VCS-Branch: master Date: Sun, 8 Sep 2019 16:18:41 +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: 400fa052-5096-43ed-ac02-ad0a1ae8e6c3 X-Archives-Hash: bbc6692b972095828be728efa97798b0 commit: a70d7d029300d9a9ebee3d07c350dde64b6a9d48 Author: Erhard F mailbox org> AuthorDate: Tue Sep 3 19:39:03 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 8 16:17:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70d7d02 lxqt-base/lxqt-meta: keyworded 0.14.1-r1 for ppc64, bug #689606 Bug: https://bugs.gentoo.org/689606 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Erhard Furtner mailbox.org> Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild index cf39cb91811..2b3a117cfc9 100644 --- a/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild +++ b/lxqt-base/lxqt-meta/lxqt-meta-0.14.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" HOMEPAGE="https://lxqt.org/" if [[ ${PV} != *9999* ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="metapackage"