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 3B038158020 for ; Thu, 20 Oct 2022 18:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64347E0869; Thu, 20 Oct 2022 18:36:56 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49670E0869 for ; Thu, 20 Oct 2022 18:36:56 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B698340BCD for ; Thu, 20 Oct 2022 18:36:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 814F6615 for ; Thu, 20 Oct 2022 18:36:53 +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: <1666290978.9412169a1aa4da316a7a1709f58613e4aa1468da.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo-c/cargo-c-0.9.13.ebuild X-VCS-Directories: dev-util/cargo-c/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9412169a1aa4da316a7a1709f58613e4aa1468da X-VCS-Branch: master Date: Thu, 20 Oct 2022 18:36:53 +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: be8c98c9-5ec0-4420-8fb3-71c1fa6e725b X-Archives-Hash: 0a9d076c0e4d3b3b40324488a3b5195a commit: 9412169a1aa4da316a7a1709f58613e4aa1468da Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 20 18:36:04 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 20 18:36:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9412169a dev-util/cargo-c: unkeyword 0.9.13 for ~riscv rust-1.64.0 currently broken on riscv and got de-keyworded so drop keywords here too Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/cargo-c/cargo-c-0.9.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo-c/cargo-c-0.9.13.ebuild b/dev-util/cargo-c/cargo-c-0.9.13.ebuild index ea49482bafdf..4f451b2f9176 100644 --- a/dev-util/cargo-c/cargo-c-0.9.13.ebuild +++ b/dev-util/cargo-c/cargo-c-0.9.13.ebuild @@ -170,7 +170,7 @@ SRC_URI+=" $(cargo_crate_uris)" LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT MPL-2.0 Unlicense ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" RDEPEND="dev-libs/libgit2:= dev-libs/openssl:=