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 D878313933E for ; Sun, 4 Jul 2021 06:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA837E083B; Sun, 4 Jul 2021 06:06:52 +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 B57CCE083B for ; Sun, 4 Jul 2021 06:06:52 +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 8D512342AE5 for ; Sun, 4 Jul 2021 06:06:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D3B7C3 for ; Sun, 4 Jul 2021 06:06:50 +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: <1625378793.92086e75206589f5dca72416b4abf63e431a1340.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/conmon/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/conmon/conmon-2.0.27.ebuild X-VCS-Directories: app-emulation/conmon/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 92086e75206589f5dca72416b4abf63e431a1340 X-VCS-Branch: master Date: Sun, 4 Jul 2021 06:06:50 +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: 69db3133-69b1-487e-835a-867453835114 X-Archives-Hash: 457715e18cbe26501e1c550c1014f6ac commit: 92086e75206589f5dca72416b4abf63e431a1340 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 4 04:35:34 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 4 06:06:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92086e75 app-emulation/conmon: keyword 2.0.27 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> app-emulation/conmon/conmon-2.0.27.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/conmon/conmon-2.0.27.ebuild b/app-emulation/conmon/conmon-2.0.27.ebuild index 8922d84fc48..0a7306d1c2d 100644 --- a/app-emulation/conmon/conmon-2.0.27.ebuild +++ b/app-emulation/conmon/conmon-2.0.27.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~ppc64" IUSE="systemd" RESTRICT="test"