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 E41AA158087 for ; Wed, 15 Dec 2021 11:23:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DB592BC069; Wed, 15 Dec 2021 11:23:23 +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 C1EBD2BC069 for ; Wed, 15 Dec 2021 11:23:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AEE9E343655 for ; Wed, 15 Dec 2021 11:23:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F78221D for ; Wed, 15 Dec 2021 11:23:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639567310.47d5105dc6ab24e73abfdbfdf17c9b2b9b14ca05.andrewammerlaan@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.14.1.ebuild X-VCS-Directories: x11-misc/i3status-rust/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 47d5105dc6ab24e73abfdbfdf17c9b2b9b14ca05 X-VCS-Branch: master Date: Wed, 15 Dec 2021 11:23:20 +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: f1360e7f-8059-424c-9d2a-663fa2236826 X-Archives-Hash: 8c67e8242e2b818ea3252c0bdb42c31d Message-ID: <20211215112320.F1k6qcIKHdHq0BlqJg4l3Qk1tYQSLg52FPmh3LdV3Ds@z> commit: 47d5105dc6ab24e73abfdbfdf17c9b2b9b14ca05 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 11:21:50 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 11:21:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47d5105d x11-misc/i3status-rust: drop UnusedInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild b/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild index 142e324d1..19f81f39b 100644 --- a/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild +++ b/x11-misc/i3status-rust/i3status-rust-0.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -104,7 +104,7 @@ winapi-util-0.1.5 winapi-x86_64-pc-windows-gnu-0.4.0 " -inherit cargo eutils +inherit cargo DESCRIPTION="A feature-rich and resource-friendly replacement for i3status, written in Rust." HOMEPAGE="https://github.com/greshake/i3status-rust/"