Commit Graph

3 Commits

Author SHA1 Message Date
Florian Albrechtskirchinger
2c5bee1fce */*: fix a few BadDescriptions
Just the ones appearing in pkgdev push -A.

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2026-06-26 09:16:56 +02:00
Itai Ferber
c0b49f36b8 dev-lang/odin: strip only unsupported flags
Odin explicitly builds using `clang++` regardless of toolchain. Older
Odin ebuilds explicitly cleared `CPPFLAGS` and `CXXFLAGS` with the
comment "build_odin.sh sets its own flags. Some gcc flags cause build
failures"; this stripping was later migrated to `strip-flags`.

Full stripping isn't necessary, though: the Odin build script _appends_
its own flags instead of replacing them, and GCC-specific flags can be
stripped using `strip-unsupported-flags` instead.

Closes: https://bugs.gentoo.org/974732
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-06-23 11:21:05 -04:00
Itai Ferber
3af1a99302 dev-lang/odin: add 2026.06
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2026-06-23 11:13:51 -04:00