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 C37A4138334 for ; Sun, 8 Sep 2019 16:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69595E0991; Sun, 8 Sep 2019 16:18:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 54657E0991 for ; Sun, 8 Sep 2019 16:18:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 54BF334AE95 for ; Sun, 8 Sep 2019 16:18:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4531C7F6 for ; Sun, 8 Sep 2019 16:18:42 +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: <1567959433.bf64c9e190883718f86bb5d277164d5e976f01e2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/lximage-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild X-VCS-Directories: media-gfx/lximage-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bf64c9e190883718f86bb5d277164d5e976f01e2 X-VCS-Branch: master Date: Sun, 8 Sep 2019 16:18:42 +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: 0a63c678-3834-477c-8061-fe2377a50a83 X-Archives-Hash: 9709350de639d918b3230d27bd8d661e commit: bf64c9e190883718f86bb5d277164d5e976f01e2 Author: Erhard F mailbox org> AuthorDate: Tue Sep 3 20:07:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 8 16:17:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf64c9e1 media-gfx/lximage-qt: 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> media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild index 3b706465741..6a97c334b7a 100644 --- a/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild +++ b/media-gfx/lximage-qt/lximage-qt-0.14.1-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" fi LICENSE="GPL-2+ LGPL-2.1+"