diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-08 00:54:06 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-04-08 00:54:53 +0200 |
commit | e42aa308ca1c4308a22dace43f09f40e10adc47a (patch) | |
tree | 37187536d3bc8bf450cc8cee8137bfcd2993ada3 /sci-visualization | |
parent | dev-python/hatchling: Keyword 1.14.0 for ~m68k (diff) | |
download | gentoo-e42aa308ca1c4308a22dace43f09f40e10adc47a.tar.gz gentoo-e42aa308ca1c4308a22dace43f09f40e10adc47a.tar.bz2 gentoo-e42aa308ca1c4308a22dace43f09f40e10adc47a.zip |
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@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gr/gr-0.53.0-r2.ebuild (renamed from sci-visualization/gr/gr-0.53.0-r1.ebuild) | 5 |
1 files 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 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 } |