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 6C0B4138359 for ; Wed, 28 Oct 2020 08:09:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B488DE0949; Wed, 28 Oct 2020 08:09:16 +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 965A5E0949 for ; Wed, 28 Oct 2020 08:09:16 +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 A668E340CCD for ; Wed, 28 Oct 2020 08:09:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46524296 for ; Wed, 28 Oct 2020 08:09:13 +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: <1603872347.9b94188fba38b885cca6b8f2eeb22d2116f653f8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/systemdgenie/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/systemdgenie/systemdgenie-0.99.0.ebuild X-VCS-Directories: app-admin/systemdgenie/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9b94188fba38b885cca6b8f2eeb22d2116f653f8 X-VCS-Branch: master Date: Wed, 28 Oct 2020 08:09:13 +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: 4f395313-f57d-46a1-89d1-dfc35460c13f X-Archives-Hash: fc0433b5d92703a6f8da425606fe68b6 commit: 9b94188fba38b885cca6b8f2eeb22d2116f653f8 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Oct 28 08:04:53 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Oct 28 08:05:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b94188f app-admin/systemdgenie: add ~ppc64 keyword Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> app-admin/systemdgenie/systemdgenie-0.99.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild b/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild index a046365f747..379964f0857 100644 --- a/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild +++ b/app-admin/systemdgenie/systemdgenie-0.99.0.ebuild @@ -9,7 +9,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~ppc64" fi DESCRIPTION="Systemd managment utility"