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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E262158086 for ; Wed, 29 Dec 2021 13:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D8532BC091; Wed, 29 Dec 2021 13:46:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C60952BC091 for ; Wed, 29 Dec 2021 13:46:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76207342C17 for ; Wed, 29 Dec 2021 13:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C552285 for ; Wed, 29 Dec 2021 13:46:05 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1640785194.f74f28271e4849a12f75207c615143ab87f4c543.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ppl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ppl/ppl-1.2-r4.ebuild X-VCS-Directories: dev-libs/ppl/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f74f28271e4849a12f75207c615143ab87f4c543 X-VCS-Branch: master Date: Wed, 29 Dec 2021 13:46:05 +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: 7db66b12-14b8-40ff-aa13-5ede13560510 X-Archives-Hash: f835ea39245bcf2f24f0872b3670f2ed commit: f74f28271e4849a12f75207c615143ab87f4c543 Author: Alex Fan gmail com> AuthorDate: Tue Dec 28 10:17:23 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Dec 29 13:39:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74f2827 dev-libs/ppl: keyword 1.2-r4 for ~riscv Signed-off-by: Alex Fan gmail.com> Signed-off-by: Yixun Lan gentoo.org> dev-libs/ppl/ppl-1.2-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/ppl/ppl-1.2-r4.ebuild b/dev-libs/ppl/ppl-1.2-r4.ebuild index 0ff38f8e2e76..dd41b374a8a8 100644 --- a/dev-libs/ppl/ppl-1.2-r4.ebuild +++ b/dev-libs/ppl/ppl-1.2-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://bugseng.com/products/ppl/download/ftp/releases/${PV}/${P}.tar.xz LICENSE="GPL-3" SLOT="0/4.14" # SONAMEs -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~sparc-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~sparc-solaris" IUSE="cdd +cxx doc lpsol pch static-libs test" RDEPEND=">=dev-libs/gmp-6[cxx(+)]