-
Gentoo Linux developer
-
Joined on
2024年01月09日
@mfenniak wrote in forgejo/forgejo#13183 (comment):
@Gusted, thanks for the link.
The problem is that "systemd-utils" is a pretty vague thing to depend on. It provides some utility programs like systemd-tmpfiles or systemd-sysusers, it lets you install and run systemd-boot (a...
That is not what I asked.
Why is this a use flag? What does the software actually need at runtime?
Ah, thanks. That was the missing link for me.
@Gusted wrote in Codeberg/Community#2861 (comment):
Can you please fix it to be stable? :)
Originally reported by a https://codeberg.org/gentoo/guru user for the x11-misc/ly-1.4.1 overlay package, which has no mirroring, making this much worse. :) Should presumably extend to all...
Can you read up on how this bsdtar command works?
"I used a sed to quote all variables because shellcheck complained about them" is exactly the sort of thing I don't want to accept in a PR. :(
If you're going to use shellcheck I suggest ignoring some of its error codes (particularly any error codes matching the pattern *).
Your response confuses me enough that I have to ask you to please review the documentation on slot dependencies.
Why quote ${LINGUAS-${i}} but not ${LANGS} in the previous line? This is a trick question.
IIRC this will cause ./ to be prepended to archive entries...
It's contractually irrelevant, but harmless, to quote a variable such as ${P} that cannot contain word splitting characters.
The only particular reason to split across lines is if you don't want local to swallow the exit code of git? But you're not checking it?