diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-04-08 05:31:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-04-08 05:31:31 +0100 |
commit | cb861ca8e611e651d4203590e0a9c3c4c2196bd4 (patch) | |
tree | 6785c783767f9edd157951770111a6d62a70db4a /sci-visualization/gr | |
parent | 11e4049d80ff5ce2aa21c2bb5dab36897e5359e9 (diff) |
gentoo auto-resync : 08:04:2023 - 05:31:31
Diffstat (limited to 'sci-visualization/gr')
-rw-r--r-- | sci-visualization/gr/Manifest | 2 | ||||
-rw-r--r-- | sci-visualization/gr/gr-0.53.0-r2.ebuild (renamed from sci-visualization/gr/gr-0.53.0-r1.ebuild) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sci-visualization/gr/Manifest b/sci-visualization/gr/Manifest index 2c4208ccdea5..5d83664812fc 100644 --- a/sci-visualization/gr/Manifest +++ b/sci-visualization/gr/Manifest @@ -1,4 +1,4 @@ AUX gr-0.53.0-musl.patch 797 BLAKE2B 4eb48a510b19a23cc4c82e0f81a1f9753c96f0554edecf4a4163b17be9505e8c8d0710f9c97c49dadb84fefe69cab27a3bfbb6cfe04b97b0d9a260b6e4042fe5 SHA512 5080806ed0598d404a380c3d8fe10207dd3fc1245b76992c341261f43b9727a82f7ebd85e582c606d6ccaf72eb04a57d21ccc0168e5c19b6b37cb2b265fa0018 DIST gr-0.53.0.tar.gz 19267451 BLAKE2B bd243fac9df6222c4b9e3591adfcd1d37dd41628719bd7be7ab385402f0f97e21f3eb23df3ae5d2ed3e43df2b3d83ff66f4e0b478d717772b57dce5885a98721 SHA512 49eee39fd4abd62d6794a16eb023688a525f6906054610dccd85c1b7b0bed9b198d923834cbf661099f753ec40b383a911c295f781420aeead712c5712583c80 -EBUILD gr-0.53.0-r1.ebuild 2019 BLAKE2B fddb4aa75172758b053db4fa2c30587f34d8d649ce15590d49142c090d9c5f236b9810aacc0e2d18da704bfc6f2b636c9466f34a61c45bb5e6f374972a4ca9fa SHA512 0471e7581f93e42cd38930852e4642705d9a012e959526d1050635bbf31d588858244ad3b5a504f0d98c24ecb113a52005ef27b9abf71f8d96d253050cc01ecc +EBUILD gr-0.53.0-r2.ebuild 2094 BLAKE2B a90f89e4b6986277d5e298bbe7a021e3848b49d5b67cbf7212b6db063efe16d9019d730be9002e6ee5dbc29320ee0229c1fa5c91cf5504e30436c4bb32107da9 SHA512 57951e4a4edd1b8465c4174e0d231ac2d57cd85691dfc128a7b1c4d0efd6006d6587065e2cd0e21985dc45e679408b84673ac6e6f349f5c8f296d638b4753059 MISC metadata.xml 261 BLAKE2B e57c0c3e4a59fdb630d23ae9d96afed10307c5308bace0cf58c22f41cbbf22fc82c5cd0d041800498570b1490a39f6c47547acfbb2766e21735820ae1c39bf8f SHA512 212dbdf6e688804621cd0ee28e47d3b9696182fe4850a87569e0727e5e811b7c4193807c2ecec65005e1689d4c0ba2c88fb67b29cc89928649e23d23a94d724b 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 } |