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 C4E1A158011 for ; Fri, 10 Feb 2023 21:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05929E07EA; Fri, 10 Feb 2023 21:14:34 +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 E0609E07EA for ; Fri, 10 Feb 2023 21:14:33 +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 B6073340D0A for ; Fri, 10 Feb 2023 21:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED21488E for ; Fri, 10 Feb 2023 21:14:30 +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: <1676063647.c39b0c1974042a1db35ea95057b1fa8a20c1cb93.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellkam/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild X-VCS-Directories: x11-plugins/gkrellkam/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c39b0c1974042a1db35ea95057b1fa8a20c1cb93 X-VCS-Branch: master Date: Fri, 10 Feb 2023 21:14:30 +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: 6fc2bdb0-dd70-4586-a652-fd7cc4e80e2d X-Archives-Hash: 920ef91dd3faea6711de758d177bd18d commit: c39b0c1974042a1db35ea95057b1fa8a20c1cb93 Author: David Seifert gentoo org> AuthorDate: Fri Feb 10 21:14:07 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Feb 10 21:14:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39b0c19 x11-plugins/gkrellkam: fix IndirectInherits on multilib Signed-off-by: David Seifert gentoo.org> x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild b/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild index df6c139e400e..f64705fbb506 100644 --- a/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild +++ b/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.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 MY_P=${P/-/_}