logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://anongit.hacktivis.me/git/etc_portage.git/
commit: aef6473bed82f460f1752179037f17bb7e65f4d7
parent 8a61e8598dc041e2bde5fdffef834ab8f98b3c1a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 20 Apr 2025 03:02:43 +0200

patches/sys-apps/portage: Use /opt/gnu/bin/ln for -r

Bug: https://todo.sr.ht/~lanodan/utils-std/6

Diffstat:

Apatches/sys-apps/portage/0001-src-meson.build-Use-opt-gnu-bin-ln-for-r.patch26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/patches/sys-apps/portage/0001-src-meson.build-Use-opt-gnu-bin-ln-for-r.patch b/patches/sys-apps/portage/0001-src-meson.build-Use-opt-gnu-bin-ln-for-r.patch @@ -0,0 +1,26 @@ +From 40a62336be1847ce4e6bcef3d2000dc61dbe18d5 Mon Sep 17 00:00:00 2001 +From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me> +Date: Sun, 20 Apr 2025 03:01:18 +0200 +Subject: [PATCH] src/meson.build: Use /opt/gnu/bin/ln for -r + +Bug: https://todo.sr.ht/~lanodan/utils-std/6 +--- + src/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/meson.build b/src/meson.build +index 0220e8d56..60f89912b 100644 +--- a/src/meson.build ++++ b/src/meson.build +@@ -12,7 +12,7 @@ whirlpool_ext = py.extension_module( + + run_command( + [ +- 'ln', '-srnf', ++ '/opt/gnu/bin/ln', '-srnf', + whirlpool_ext.full_path(), + meson.project_source_root() / 'lib' / 'portage' / 'util/' + ], +-- +2.49.0 +