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 CBB4815800A for ; Mon, 14 Aug 2023 19:02:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A4AC2BC015; Mon, 14 Aug 2023 19:02:26 +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 F24922BC015 for ; Mon, 14 Aug 2023 19:02:25 +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 BB96233E02F for ; Mon, 14 Aug 2023 19:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9F91AFA for ; Mon, 14 Aug 2023 19:02:22 +0000 (UTC) From: "Jarod Anders" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jarod Anders" Message-ID: <1692039734.732082a1f7dca31b7ab9b217d70e9c1464081df0.jarodjoe1210@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/twertlefetch/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/twertlefetch/twertlefetch-1.1.0.ebuild X-VCS-Directories: app-misc/twertlefetch/ X-VCS-Committer: jarodjoe1210 X-VCS-Committer-Name: Jarod Anders X-VCS-Revision: 732082a1f7dca31b7ab9b217d70e9c1464081df0 X-VCS-Branch: dev Date: Mon, 14 Aug 2023 19:02:22 +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: 89aefa48-0cbf-4136-a2e3-f5237b82c739 X-Archives-Hash: bbc7884946e3f8a26acf06b4c39cee4a commit: 732082a1f7dca31b7ab9b217d70e9c1464081df0 Author: Jarod Anders gmail com> AuthorDate: Mon Aug 14 19:00:49 2023 +0000 Commit: Jarod Anders gmail com> CommitDate: Mon Aug 14 19:02:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=732082a1 app-misc/twertlefetch: fix broken ebuild Signed-off-by: Jarod Anders gmail.com> app-misc/twertlefetch/twertlefetch-1.1.0.ebuild | 60 ++++++++++++------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild b/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild index 3184337491..37ba8f5895 100644 --- a/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild +++ b/app-misc/twertlefetch/twertlefetch-1.1.0.ebuild @@ -6,36 +6,36 @@ EAPI=8 CRATES=" - aho-corasick-1.0.3 - atty-0.2.14 - autocfg-1.1.0 - bincode-2.0.0-rc.3 - bincode_derive-2.0.0-rc.3 - bitflags-1.3.2 - cfg-if-1.0.0 - colored-2.0.0 - devices-0.3.0 - either-1.9.0 - hermit-abi-0.1.19 - lazy_static-1.4.0 - libc-0.2.140 - memchr-2.5.0 - memoffset-0.7.1 - nix-0.26.2 - once_cell-1.18.0 - pin-utils-0.1.0 - regex-1.9.3 - regex-automata-0.3.6 - regex-syntax-0.7.4 - serde-1.0.183 - static_assertions-1.1.0 - uname-rs-0.1.1 - virtue-0.0.13 - which-4.4.0 - widestring-1.0.2 - winapi-0.3.9 - winapi-i686-pc-windows-gnu-0.4.0 - winapi-x86_64-pc-windows-gnu-0.4.0 + aho-corasick@1.0.3 + atty@0.2.14 + autocfg@1.1.0 + bincode@2.0.0-rc.3 + bincode_derive@2.0.0-rc.3 + bitflags@1.3.2 + cfg-if@1.0.0 + colored@2.0.0 + devices@0.3.0 + either@1.9.0 + hermit-abi@0.1.19 + lazy_static@1.4.0 + libc@0.2.140 + memchr@2.5.0 + memoffset@0.7.1 + nix@0.26.2 + once_cell@1.18.0 + pin-utils@0.1.0 + regex@1.9.3 + regex-automata@0.3.6 + regex-syntax@0.7.4 + serde@1.0.183 + static_assertions@1.1.0 + uname-rs@0.1.1 + virtue@0.0.13 + which@4.4.0 + widestring@1.0.2 + winapi@0.3.9 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-x86_64-pc-windows-gnu@0.4.0 " inherit cargo