Commit Graph

3 Commits

Author SHA1 Message Date
ingenarel
2585c9f1ad */*: leading whitespaces -> tab
command used:
```
find -type f -name '*.ebuild' -exec sed -i -E 's/^    /\t/g' {} +
```

I was running this command anyway after when I was working on a few
packages because my formatter broke, decided to run it on the root of
the repo then because I was already gonna run it on the packages that I
was working on

I checked each package manually and ran pkgdev to actually see if it was
emitting any warnings, and all of them did for the leading whitepsaces

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-16 05:56:41 +06:00
Vivian Heisz (vhz)
e5d3aa9eb4 gui-apps/walker: unkeyword 9999 for ~amd64
Live ebuilds should not be keyworded, by policy.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-05-28 00:04:37 -04:00
Charlie Quinet
111fc1ffea gui-apps/walker: add live ebuild
At least this one will work

Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
2025-05-28 01:52:48 +02:00