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 3422C138350 for ; Thu, 23 Jan 2020 14:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E18ABE09DC; Thu, 23 Jan 2020 14:10:24 +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 BF8C4E09DC for ; Thu, 23 Jan 2020 14:10:24 +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 1DBBA34E469 for ; Thu, 23 Jan 2020 14:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B12C6A3 for ; Thu, 23 Jan 2020 14:10:06 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1579788591.11d796b1babece7c941ace239b481ab24281896c.blueness@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: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 11d796b1babece7c941ace239b481ab24281896c X-VCS-Branch: master Date: Thu, 23 Jan 2020 14:10:06 +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: 126bc4c6-c9ae-4c32-8f3f-dde76089f6a1 X-Archives-Hash: bf55c13e429efc3730b61730169f7c9e commit: 11d796b1babece7c941ace239b481ab24281896c Author: Anthony G. Basile gentoo org> AuthorDate: Thu Jan 23 14:07:36 2020 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Jan 23 14:09:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d796b1 sys-libs/argp-standalone: stable on ppc Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Anthony G. Basile gentoo.org> sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 3ee5ef86720..398d9d2d1cc 100644 --- a/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild +++ b/sys-libs/argp-standalone/argp-standalone-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 ~s390 ~sh x86" IUSE="static-libs" DEPEND="!sys-libs/glibc"