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 24A2F138334 for ; Sat, 17 Aug 2019 02:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19AEAE089E; Sat, 17 Aug 2019 02:06:47 +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 F2FDBE089E for ; Sat, 17 Aug 2019 02:06:46 +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 978B4349C7E for ; Sat, 17 Aug 2019 02:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EEE64266 for ; Sat, 17 Aug 2019 02:06:43 +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: <1566007159.83fb09c2a7b096143c35eaeb4910a90611d6c196.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/scdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/scdoc/scdoc-1.9.3-r1.ebuild X-VCS-Directories: app-text/scdoc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 83fb09c2a7b096143c35eaeb4910a90611d6c196 X-VCS-Branch: master Date: Sat, 17 Aug 2019 02:06:43 +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: 319aa991-48a5-4ab5-98a4-8d5e830ac49a X-Archives-Hash: 60983b52bac5bc07308ab2cf06db5278 commit: 83fb09c2a7b096143c35eaeb4910a90611d6c196 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Aug 17 01:59:19 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Aug 17 01:59:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fb09c2 app-text/scdoc: keyword on ~ppc64 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev gentoo.org> app-text/scdoc/scdoc-1.9.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/scdoc/scdoc-1.9.3-r1.ebuild b/app-text/scdoc/scdoc-1.9.3-r1.ebuild index 77bf0dba2e9..13560ac4771 100644 --- a/app-text/scdoc/scdoc-1.9.3-r1.ebuild +++ b/app-text/scdoc/scdoc-1.9.3-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" fi LICENSE="MIT"