From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1345637-garchives=archives.gentoo.org@lists.gentoo.org> 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 EBCF7158086 for <garchives@archives.gentoo.org>; Sat, 4 Dec 2021 02:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 984A82BC01B; Sat, 4 Dec 2021 02:56:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E9D42BC024 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Dec 2021 02:56:06 +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 7A32C343085 for <gentoo-commits@lists.gentoo.org>; Sat, 4 Dec 2021 02:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96D01FE for <gentoo-commits@lists.gentoo.org>; Sat, 4 Dec 2021 02:56:03 +0000 (UTC) From: "Ionen Wolkens" <ionen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" <ionen@gentoo.org> Message-ID: <1638586484.debb3199502f468dcf9f78ec33f05528dc63b5df.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-commander/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild X-VCS-Directories: gnome-extra/gnome-commander/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: debb3199502f468dcf9f78ec33f05528dc63b5df X-VCS-Branch: master Date: Sat, 4 Dec 2021 02:56:03 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d9c2ee1-0496-43fb-a9a1-bd0138ffbd0d X-Archives-Hash: f9f4c863bb6f69a85b8f57e2f6fc5241 commit: debb3199502f468dcf9f78ec33f05528dc63b5df Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Dec 4 02:40:41 2021 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sat Dec 4 02:54:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=debb3199 gnome-extra/gnome-commander: drop unused toolchain-funcs inherit Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild | 2 +- gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild index e858a41efc10..477dffa8b809 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.12.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 GNOME2_LA_PUNT="yes" -inherit gnome2 optfeature toolchain-funcs +inherit gnome2 optfeature DESCRIPTION="A graphical, full featured, twin-panel file manager" HOMEPAGE="https://gcmd.github.io/" diff --git a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild index 925df5278f1f..13c91936a77b 100644 --- a/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild +++ b/gnome-extra/gnome-commander/gnome-commander-1.12.3.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 GNOME2_LA_PUNT="yes" -inherit gnome2 optfeature toolchain-funcs +inherit gnome2 optfeature DESCRIPTION="A graphical, full featured, twin-panel file manager" HOMEPAGE="https://gcmd.github.io/"