summaryrefslogtreecommitdiff
path: root/dev-lang/ruby/ruby-3.2.2-r2.ebuild
AgeCommit message (Collapse)Author
2023-06-16dev-lang/ruby: depend on fixed dev-ruby/rakeSam James
Bug: https://bugs.gentoo.org/908598 Signed-off-by: Sam James <sam@gentoo.org>
2023-06-05dev-lang/ruby: update example rubys in postinst messageSam James
Reported by twnqx. We could really do this dynamically but let's just update it for now. Signed-off-by: Sam James <sam@gentoo.org>
2023-05-25*/*: remove sparc64-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-05-25*/*: remove sparc-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-05-24*/*: remove x86-solaris keywordFabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-05-16dev-lang/ruby: add Valgrind annotation supportSam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-05-04dev-lang/ruby: put back darwin gcc buildfix for 3+Fabian Groffen
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2023-04-10dev-lang/ruby: filter out -Oline from MAKEOPTS, GNUMAKEFLAGSSam James
Sorry for another revbump in such a short period (although maybe it's not so bad given very few people will have upgraded yet). Newer Portage sets GNUMAKEFLAGS="--output-sync=line" if MAKEOPTS is unset. It looks like this sometimes leads to Ruby installing no files (or just docs). Filter it out and just parse out --jobs and --load-average from MAKEOPTS. This is behind at least two reports on Bugzilla and possibly another on the forums. Closes: https://bugs.gentoo.org/728424 Closes: https://bugs.gentoo.org/900929 Signed-off-by: Sam James <sam@gentoo.org>