dev-scheme/tinyscheme-1.39-r1 installs both libtinyscheme.a and libtinyscheme.so required for embedding the interpreter, but the header file (scheme.h) is not installed. Reproducible: Always Steps to Reproduce: 1. Emerge tinyscheme Actual Results: Header is not installed Expected Results: Header is installed
Created attachment 242229 [details] Modified ebuild which installs scheme.h to /usr/include/scheme.h
Created attachment 242767 [details] tinyscheme-1.39-r2.ebuild I would suggest to rename the header file to tinyscheme.h, as a lot of scheme implementations have their scheme.h, and the library is itself named tinyscheme. Let's try to avoid (future) conflicts or confusions. It should not break any package, as the header file was not merged on the system before.
(In reply to comment #2) > I would suggest to rename the header file to tinyscheme.h, as a lot of scheme > implementations have their scheme.h, and the library is itself named > tinyscheme. Let's try to avoid (future) conflicts or confusions. Sure, sounds good to me.
this is fixed in 1.40, but someone should talk to upstream about it.