update README
authorgit <redacted>
Sun, 5 Jul 2026 15:17:40 +0000 (11:17 -0400)
committergit <redacted>
Sun, 5 Jul 2026 15:17:40 +0000 (11:17 -0400)
README.md

index 83d054c99d5fa7177ed9d0a3b076cc7750fced62..0950362ea621e3a73f38e3483ec82ad31a7a60e4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
 Portage overlay aimed to fix some ebuilds from `sci-electronics` and `sci-mathematics` and eventually make an OpenROAD ebuild.
 
+Ebuild files taken from the official Gentoo repository.
+
 ## Currently available:
-* sci-electronics/magic
-* sci-mathematics/cudd
+* `dev-libs/boost` & `dev-libs/boost-static` - a hacky way to get static Boost libraries using a second ebuild, not all USE flags are tested!
+* `sci-electronics/magic` - updated to a newer version and set `-std=gnu89` permanently, used to fail to compile because of `termio.h` and old-style function declarations mixed with C99-style comments.
+* `sci-mathematics/cudd` - building documentation fails with a modern C++ compiler, this ebuild just skips the docs.