commit:     5a08bb6d454786a9b040c195b1b4fb494565960e
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Dec 11 12:55:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 12 13:20:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a08bb6d

gui-wm/tinywl: update live, export CC PKG_CONFIG

keyword arm as 0.18.1

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Part-of: https://github.com/gentoo/gentoo/pull/44989
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-wm/tinywl/tinywl-9999.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gui-wm/tinywl/tinywl-9999.ebuild b/gui-wm/tinywl/tinywl-9999.ebuild
index a08f405dff3d..7d85302aba46 100644
--- a/gui-wm/tinywl/tinywl-9999.ebuild
+++ b/gui-wm/tinywl/tinywl-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="\"minimum viable product\" Wayland compositor based on wlroots"
 HOMEPAGE="https://gitlab.freedesktop.org/wlroots/wlroots/-/tree/master/tinywl";
 
@@ -11,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
        inherit git-r3
 else
        
SRC_URI="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/${PV}/downloads/wlroots-${PV}.tar.gz";
-       KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+       KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
        S="${WORKDIR}/wlroots-${PV}"
 fi
 
@@ -38,6 +40,7 @@ src_prepare() {
 }
 
 src_compile() {
+       tc-export CC PKG_CONFIG
        emake -C tinywl
 }
 

Reply via email to