diff options
author | 2023-04-01 21:53:19 +0100 | |
---|---|---|
committer | 2023-04-02 00:18:43 +0100 | |
commit | 2245fe8cca46ac00b0b73ca1d4f779f7ac1ceef4 (patch) | |
tree | 720c35aa431e668954ea0a89c3d74a00f547e10c /dev-ruby/facter | |
parent | dev-ruby/html2haml: drop 2.2.0-r1 (diff) | |
download | gentoo-2245fe8cca46ac00b0b73ca1d4f779f7ac1ceef4.tar.gz gentoo-2245fe8cca46ac00b0b73ca1d4f779f7ac1ceef4.tar.bz2 gentoo-2245fe8cca46ac00b0b73ca1d4f779f7ac1ceef4.zip |
dev-ruby/facter: don't automagically build jruby bindings
We don't do jruby anymore, but also, the build here is incompatible
w/ modern OpenJDK (>= 11?)
Closes: https://bugs.gentoo.org/855731
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/facter')
-rw-r--r-- | dev-ruby/facter/facter-3.14.24.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/facter/facter-3.14.24.ebuild b/dev-ruby/facter/facter-3.14.24.ebuild index f96cf08d6439..9bbc5292b5a5 100644 --- a/dev-ruby/facter/facter-3.14.24.ebuild +++ b/dev-ruby/facter/facter-3.14.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -76,6 +76,7 @@ src_configure() { local mycmakeargs=( -DRUBY_LIB_INSTALL=${my_ruby_sitelibdir} + -DWITHOUT_JRUBY=ON -DBLKID_LIBRARYDIR="${EPREFIX}/$(get_libdir)" ) cmake_src_configure |