commit:     5365da6259a1b11670f3815558367c26ddeef706
Author:     Kirill Chibisov <contact <AT> kchibisov <DOT> com>
AuthorDate: Thu Jan 16 14:14:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 17:47:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5365da62

x11-terms/alacritty: fix 0.12.3-r1 build

Signed-off-by: Kirill Chibisov <contact <AT> kchibisov.com>
Closes: https://github.com/gentoo/gentoo/pull/39842
Closes: https://github.com/gentoo/gentoo/pull/40158
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-terms/alacritty/alacritty-0.12.3-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/x11-terms/alacritty/alacritty-0.12.3-r1.ebuild 
b/x11-terms/alacritty/alacritty-0.12.3-r1.ebuild
index 3a469281ea15..229ed05ac9b3 100644
--- a/x11-terms/alacritty/alacritty-0.12.3-r1.ebuild
+++ b/x11-terms/alacritty/alacritty-0.12.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2024 Gentoo Authors
+# Copyright 2017-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -302,6 +302,11 @@ src_unpack() {
        fi
 }
 
+pkg_setup() {
+       python-any-r1_pkg_setup
+       rust_pkg_setup
+}
+
 src_configure() {
        local myfeatures=(
                $(usex X x11 '')

Reply via email to