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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BE6C158042 for ; Tue, 12 Nov 2024 13:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73260E07EE; Tue, 12 Nov 2024 13:20: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55C41E07EE for ; Tue, 12 Nov 2024 13:20: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73844342F97 for ; Tue, 12 Nov 2024 13:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 024CF1A26 for ; Tue, 12 Nov 2024 13:20:54 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1731277519.32cd7459f36dca8c41754c27f0430158fc9f31e9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3status-rust/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3status-rust/i3status-rust-0.33.1-r1.ebuild x11-misc/i3status-rust/i3status-rust-0.33.1.ebuild X-VCS-Directories: x11-misc/i3status-rust/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 32cd7459f36dca8c41754c27f0430158fc9f31e9 X-VCS-Branch: master Date: Tue, 12 Nov 2024 13:20:54 +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: e6c01037-2d9b-491d-b872-5239057a7427 X-Archives-Hash: 8e6858af3f48cd9170d77cb6deb24898 commit: 32cd7459f36dca8c41754c27f0430158fc9f31e9 Author: Lucio Sauer posteo net> AuthorDate: Sun Nov 10 22:25:19 2024 +0000 Commit: David Roman gmail com> CommitDate: Sun Nov 10 22:25:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=32cd7459 x11-misc/i3status-rust: replace dependency on virtual/rust Signed-off-by: Lucio Sauer posteo.net> .../{i3status-rust-0.33.1.ebuild => i3status-rust-0.33.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/i3status-rust/i3status-rust-0.33.1.ebuild b/x11-misc/i3status-rust/i3status-rust-0.33.1-r1.ebuild similarity index 99% rename from x11-misc/i3status-rust/i3status-rust-0.33.1.ebuild rename to x11-misc/i3status-rust/i3status-rust-0.33.1-r1.ebuild index 45393e950..6e00995fc 100644 --- a/x11-misc/i3status-rust/i3status-rust-0.33.1.ebuild +++ b/x11-misc/i3status-rust/i3status-rust-0.33.1-r1.ebuild @@ -374,7 +374,8 @@ CRATES=" zvariant_derive@4.0.2 zvariant_utils@1.1.0 " -inherit cargo optfeature +RUST_MIN_VER="1.76.0" +inherit cargo optfeature rust DESCRIPTION="A feature-rich and resource-friendly replacement for i3status, written in Rust." HOMEPAGE="https://github.com/greshake/i3status-rust/" @@ -403,7 +404,6 @@ DEPEND="dev-libs/openssl:= RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig - >=virtual/rust-1.76.0 pipewire? ( sys-devel/clang ) "