commit: e42aa308ca1c4308a22dace43f09f40e10adc47a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Apr 7 22:54:06 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Apr 7 22:54:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42aa308
sci-visualization/gr: fix path, yes I know it looks wrong Thanks to Devrin Talen Closes: https://bugs.gentoo.org/882619 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sci-visualization/gr/{gr-0.53.0-r1.ebuild => gr-0.53.0-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-visualization/gr/gr-0.53.0-r1.ebuild b/sci-visualization/gr/gr-0.53.0-r2.ebuild similarity index 94% rename from sci-visualization/gr/gr-0.53.0-r1.ebuild rename to sci-visualization/gr/gr-0.53.0-r2.ebuild index 241238ce4863..a8ba3a3bcf5e 100644 --- a/sci-visualization/gr/gr-0.53.0-r1.ebuild +++ b/sci-visualization/gr/gr-0.53.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,6 +50,7 @@ src_configure() { # todo: X11 automagic mycmakeargs+=( -DCMAKE_INSTALL_PREFIX=/usr/gr ) + mycmakeargs+=( -DCMAKE_INSTALL_LIBDIR=lib ) # # I need to have a serious conversation with upstream. # * The main consumer of this package is dev-lang/julia. @@ -57,7 +58,7 @@ src_configure() { # not find it anymore. # * I can't patch julia, since the corresponding scripts are # downloaded at runtime from its package registry ... - # + # * See bug 882619 in addition. cmake_src_configure }