logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 841ff8723bf7afefa1617c053f6f1cea1a2b9a4f
parent 787ae9ccee8c615055e9308f7aea78560b58293e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 18 Apr 2024 22:50:21 +0200

gnome-base/librsvg: Call vala_setup

Diffstat:

Mgnome-base/librsvg/librsvg-2.40.21-r1.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/librsvg/librsvg-2.40.21-r1.ebuild b/gnome-base/librsvg/librsvg-2.40.21-r1.ebuild @@ -47,7 +47,7 @@ PATCHES=( ) src_prepare() { - use vala && vala_src_prepare + use vala && vala_setup gnome2_src_prepare }