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 206AD15800F for ; Fri, 10 Feb 2023 21:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69E4FE0809; Fri, 10 Feb 2023 21:14:35 +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 4D0CAE0809 for ; Fri, 10 Feb 2023 21:14:35 +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 56D03340D0A for ; Fri, 10 Feb 2023 21:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CEA28AA for ; Fri, 10 Feb 2023 21:14:31 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1676063652.a1dc023731e63c2a0a378b11ccfafa0a6c316e18.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-mailwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r3.ebuild X-VCS-Directories: x11-plugins/gkrellm-mailwatch/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a1dc023731e63c2a0a378b11ccfafa0a6c316e18 X-VCS-Branch: master Date: Fri, 10 Feb 2023 21:14:31 +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: 10cbba3e-0fe2-4533-b4bb-9800257759b0 X-Archives-Hash: 6485b4866401cad60d7981e5ca20ad0f commit: a1dc023731e63c2a0a378b11ccfafa0a6c316e18 Author: David Seifert gentoo org> AuthorDate: Fri Feb 10 21:14:12 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 10 21:14:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1dc0237 x11-plugins/gkrellm-mailwatch: fix IndirectInherits on multilib Signed-off-by: David Seifert gentoo.org> x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r3.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r3.ebuild index 54c18b282740..a95fd891b314 100644 --- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r3.ebuild +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit gkrellm-plugin toolchain-funcs +inherit gkrellm-plugin multilib toolchain-funcs DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes" HOMEPAGE="http://gkrellm.luon.net/mailwatch.php"