diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-10-26 12:38:06 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-10-26 12:38:33 +0200 |
commit | 9c6aff7ada59d5551742279e81cf6a664b0bc4e9 (patch) | |
tree | e81116db588fd7cf2e7f953d47e6a40de34e72a5 /x11-terms | |
parent | x11-terms/kitty-terminfo: remove unused patch (diff) | |
download | gentoo-9c6aff7ada59d5551742279e81cf6a664b0bc4e9.tar.gz gentoo-9c6aff7ada59d5551742279e81cf6a664b0bc4e9.tar.bz2 gentoo-9c6aff7ada59d5551742279e81cf6a664b0bc4e9.zip |
x11-terms/kitty-terminfo: removed unused toolchain-funcs eclass
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/kitty-terminfo/kitty-terminfo-0.21.2.ebuild | 2 | ||||
-rw-r--r-- | x11-terms/kitty-terminfo/kitty-terminfo-0.23.1.ebuild | 2 | ||||
-rw-r--r-- | 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 be10def6c282..981c09fdc481 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 200f0cd96ff7..0887b4ffa410 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 c060f3f8b166..5166ea870a2d 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" |