summaryrefslogtreecommitdiff
path: root/sci-physics
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-22 07:31:18 +0100
commit908778078736bd36f7a60a2d576d415cb8e000fa (patch)
treec6a4796c48b608c14dc7e9674cdbd38f905e3c15 /sci-physics
parent185fa19bbf68a4d4dca534d2b46729207a177f16 (diff)
gentoo resync : 22.05.2021
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/Manifest.gzbin4363 -> 4364 bytes
-rw-r--r--sci-physics/fastjet/Manifest2
-rw-r--r--sci-physics/fastjet/fastjet-3.0.6-r2.ebuild (renamed from sci-physics/fastjet/fastjet-3.0.6-r1.ebuild)3
3 files changed, 3 insertions, 2 deletions
diff --git a/sci-physics/Manifest.gz b/sci-physics/Manifest.gz
index 5b58cbae2ae6..fc59042196ba 100644
--- a/sci-physics/Manifest.gz
+++ b/sci-physics/Manifest.gz
Binary files differ
diff --git a/sci-physics/fastjet/Manifest b/sci-physics/fastjet/Manifest
index e892880122d9..a3b3222f027d 100644
--- a/sci-physics/fastjet/Manifest
+++ b/sci-physics/fastjet/Manifest
@@ -1,4 +1,4 @@
AUX fastjet-3.0.6-system-siscone.patch 3726 BLAKE2B b8fcd8b93631892b68b7d4584c3e456118fd66f80e12e39be3fc82f2f6dac3c52a3d2218c7e8f342166047aee385c9f12192777454be333b2a01b307bc67cdac SHA512 7522e3fd0fe789bc5b3172c2c26566136004b828a46a81fb0ec39bb6bedbf358efc0b51acab8cb19a40dd5b4138190f87655ddd2679cc91c819f5c7c9e9f4c57
DIST fastjet-3.0.6.tar.gz 2216501 BLAKE2B 1aacab5c91cb70d66035deddc4929d60c51444f6f23396f947d704f607d5f2267ccc5e09ec633d6e0ec1255b3a6bc7e51e4ea49c4cb06d0e3b6953b601ab76ee SHA512 1f01b7ed0e07bd94c88faa123f72c2e3bcd81ad32ab4d03dc0a18dd18635f3b18ba8d339176b0ef1d6e58cecd9f37aaea30b4ad909d2782ce5be7c11e205c3a5
-EBUILD fastjet-3.0.6-r1.ebuild 1304 BLAKE2B 58f7f12b6ad33bd2976ba53623c3ec0575a920381d016173fe39385dcb9403d186d06ffa13f3babc9b7e60c39e99988da11a40e5705108cb32339e880f8f84aa SHA512 0a535d074e76d74759aa1de5fce5635d0ae12b3f88516011ce3a48bed42cb5908cbb639b7a4a69c14b36429ab79398d4d0bd6cbfdba7021518bcf1ee4c59cd82
+EBUILD fastjet-3.0.6-r2.ebuild 1339 BLAKE2B ca3076effb5201f383ca8a7cfe7dbee42957ae10b24d1893736cad6eb03c5e8b3c9ac068046a7003fee452f335b2630e8451f566f06cf2d33c6b4b0e5c027061 SHA512 d81349b3172af35af02a68751fda948bab6a5300771f8f9647e54c1fe546b92fa5dd1f43753ddeab0fd4692c0aa655c097055f1132312141c7cbdddbda15c4c9
MISC metadata.xml 846 BLAKE2B 011aac1c331a66bf050ec977961ea2091f54dad9b15611c02c84210a460b791ff1862a9b210c4acc2ba7e8877e0fb8db735dbdb16d71b2e3aee0b918d6286e4a SHA512 7a785ebae9232cef55c62ada47e4ec87507b6e4c7115f928fa3260474e67f56db336f7698833fe995d4f046b7013c88f62faf71758a881a86c982fe60a92c40a
diff --git a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
index b5cfe12ace33..59084ef062c1 100644
--- a/sci-physics/fastjet/fastjet-3.0.6-r1.ebuild
+++ b/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Fast implementation of several recombination jet algorithms"
HOMEPAGE="http://www.fastjet.fr/"
SRC_URI="http://www.fastjet.fr/repo/${P}.tar.gz"
-LICENSE="GPL-2 QPL"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="cgal doc examples +plugins"
@@ -33,6 +33,7 @@ src_configure() {
use cgal && \
has_version 'sci-mathematics/cgal[gmp]' && append-libs -lgmp
+ CONFIG_SHELL="${EPREFIX}/bin/bash" \
econf \
--disable-static \
$(use_enable cgal) \