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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F326E158087 for ; Tue, 26 Oct 2021 10:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38C20E0845; Tue, 26 Oct 2021 10:38:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24902E0845 for ; Tue, 26 Oct 2021 10:38:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05596343970 for ; Tue, 26 Oct 2021 10:38:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0EFC165 for ; Tue, 26 Oct 2021 10:38:36 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1635244713.9c6aff7ada59d5551742279e81cf6a664b0bc4e9.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild X-VCS-Directories: x11-terms/kitty-terminfo/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 9c6aff7ada59d5551742279e81cf6a664b0bc4e9 X-VCS-Branch: master Date: Tue, 26 Oct 2021 10:38:36 +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: e280c7ce-780c-453c-b987-20a80ba77df7 X-Archives-Hash: 9794b1192080825c07e0f93954dbffef commit: 9c6aff7ada59d5551742279e81cf6a664b0bc4e9 Author: Florian Schmaus gentoo org> AuthorDate: Tue Oct 26 10:38:06 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Oct 26 10:38:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6aff7a x11-terms/kitty-terminfo: removed unused toolchain-funcs eclass Signed-off-by: Florian Schmaus gentoo.org> x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild | 2 +- x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild | 2 +- x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild index be10def6c28..981c09fdc48 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit python-any-r1 toolchain-funcs xdg +inherit python-any-r1 xdg DESCRIPTION="Terminfo for kitty, an OpenGL-based terminal emulator" HOMEPAGE="https://github.com/kovidgoyal/kitty" diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild index 200f0cd96ff..0887b4ffa41 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit python-any-r1 toolchain-funcs xdg +inherit python-any-r1 xdg DESCRIPTION="Terminfo for kitty, an OpenGL-based terminal emulator" HOMEPAGE="https://github.com/kovidgoyal/kitty" diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild index c060f3f8b16..5166ea870a2 100644 --- a/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild +++ b/x11-terms/kitty-terminfo/kitty-terminfo-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit python-any-r1 toolchain-funcs xdg git-r3 +inherit python-any-r1 xdg git-r3 DESCRIPTION="Terminfo for kitty, an OpenGL-based terminal emulator" HOMEPAGE="https://github.com/kovidgoyal/kitty"