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 81E6B1382C5 for ; Fri, 21 May 2021 04:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E76E0871; Fri, 21 May 2021 04:52:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 5732EE0877 for ; Fri, 21 May 2021 04:52:13 +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 26892340CDE for ; Fri, 21 May 2021 04:52:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73301790 for ; Fri, 21 May 2021 04:52:10 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1621572723.f69da6be2e2c9e757fcc76838788ee004a994881.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/neochat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/neochat/neochat-1.1.1.ebuild X-VCS-Directories: net-im/neochat/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f69da6be2e2c9e757fcc76838788ee004a994881 X-VCS-Branch: master Date: Fri, 21 May 2021 04:52:10 +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: e3096b02-6177-4a06-9893-79983b799e28 X-Archives-Hash: 9319e575ed4e2e79e56634f0ff518c02 commit: f69da6be2e2c9e757fcc76838788ee004a994881 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri May 21 03:33:36 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri May 21 04:52:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69da6be net-im/neochat: add ~ppc64 keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> net-im/neochat/neochat-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/neochat/neochat-1.1.1.ebuild b/net-im/neochat/neochat-1.1.1.ebuild index f5dd1bd6608..29cd32e584d 100644 --- a/net-im/neochat/neochat-1.1.1.ebuild +++ b/net-im/neochat/neochat-1.1.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://apps.kde.org/neochat/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi LICENSE="GPL-3"