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 281E5138350 for ; Thu, 30 Jan 2020 07:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C0BE0845; Thu, 30 Jan 2020 07:42:25 +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 36946E0845 for ; Thu, 30 Jan 2020 07:42:25 +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 81F3234E54B for ; Thu, 30 Jan 2020 07:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DE3410C for ; Thu, 30 Jan 2020 07:42:21 +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: <1580369464.9e27ac2777bded2cc8824cf2efa5af7e17ef82f8.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/argp-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild X-VCS-Directories: sys-libs/argp-standalone/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9e27ac2777bded2cc8824cf2efa5af7e17ef82f8 X-VCS-Branch: master Date: Thu, 30 Jan 2020 07:42:21 +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: da186836-a937-4cbc-b858-167718549d1a X-Archives-Hash: cfcefd171672dc063515fce0abcc9f01 commit: 9e27ac2777bded2cc8824cf2efa5af7e17ef82f8 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 30 07:30:46 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 30 07:31:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e27ac27 sys-libs/argp-standalone: ppc64 stable Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev gentoo.org> sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild index 398d9d2d1cc..ebea5b9c470 100644 --- a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild +++ b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz" LICENSE="public-domain GPL-2 GPL-3 XC" SLOT="0" -KEYWORDS="amd64 arm arm64 ~m68k ~mips ppc ~s390 ~sh x86" +KEYWORDS="amd64 arm arm64 ~m68k ~mips ppc ppc64 ~s390 ~sh x86" IUSE="static-libs" DEPEND="!sys-libs/glibc"