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 4154D1382C5 for ; Mon, 3 May 2021 15:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C6BAE0855; Mon, 3 May 2021 15:31:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 57746E0855 for ; Mon, 3 May 2021 15:31:37 +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 F08B3340B4D for ; Mon, 3 May 2021 15:31:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70FC4729 for ; Mon, 3 May 2021 15:31:34 +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: <1620055880.b62ec6d047911cc843aadc084b81c1ba50673562.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/usrsctp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/usrsctp/usrsctp-0.9.5.0.ebuild X-VCS-Directories: net-libs/usrsctp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b62ec6d047911cc843aadc084b81c1ba50673562 X-VCS-Branch: master Date: Mon, 3 May 2021 15:31:34 +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: 0d867c29-870d-4156-b0b5-64f5ca24234d X-Archives-Hash: bfc17a0ff061de2f5f8a463c8d90fbe5 commit: b62ec6d047911cc843aadc084b81c1ba50673562 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon May 3 15:29:47 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon May 3 15:31:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62ec6d0 net-libs/usrsctp: add ~ppc64 keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/usrsctp/usrsctp-0.9.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild b/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild index b90c995a89d..93b44462308 100644 --- a/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild +++ b/net-libs/usrsctp/usrsctp-0.9.5.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sctplab/usrsctp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" DOCS=( LICENSE.md Manual.md README.md ) PATCHES=( "${FILESDIR}/${P}-pc-inc-path.patch" )