diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-07-08 15:03:58 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-07-08 15:03:58 +0100 |
commit | 814f4cf860e299a046b649eaee5463427984c09c (patch) | |
tree | 74c45f097899310e599dad6b8df5b63e0f085bc0 /games-simulation | |
parent | 7f0ccc917c7abe6223784c703d86cd14755691fb (diff) |
gentoo resync : 08.07.2021
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/Manifest.gz | bin | 3753 -> 3757 bytes | |||
-rw-r--r-- | games-simulation/crrcsim/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/crrcsim/crrcsim-0.9.13-r1.ebuild (renamed from games-simulation/crrcsim/crrcsim-0.9.13.ebuild) | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/Manifest.gz b/games-simulation/Manifest.gz Binary files differindex a00660668823..f63f7ff538cd 100644 --- a/games-simulation/Manifest.gz +++ b/games-simulation/Manifest.gz diff --git a/games-simulation/crrcsim/Manifest b/games-simulation/crrcsim/Manifest index 81a6da74910b..5c1ff575230e 100644 --- a/games-simulation/crrcsim/Manifest +++ b/games-simulation/crrcsim/Manifest @@ -2,5 +2,5 @@ AUX crrcsim-0.9.13-buildsystem.patch 2183 BLAKE2B 2f1fb768f93e7d3db1fbd7a2a30c82 AUX crrcsim-0.9.13-gcc6.patch 461 BLAKE2B 7e2016db5781e0158e27d999fb1d88d07dc6294740466c736a2e42eb46547fdb35ac112b6c8e93a5571103d28d6037a6acdb2be752bfb2650cc349538e72c3f4 SHA512 34bda65c0791622adb8436d08b60e6a877c2a3bbb12f93379686c39c2c572364c0fa265011bbc788229fa2ddaa3bfa3be8397d2ff98ea967f423fa3cd48465e9 AUX crrcsim-cgal_gmp.patch 352 BLAKE2B 1a9cf7250753c1a0099dd07b5020b7c5af89dffa8387d68f71c51e21a7803ecb2395144de65915ce84cf077b522fecc5790d26190abf9673fef687d1e16f0d6b SHA512 1b8302f71e220df54b73819988f866a7e35ec6b11d271a6a57ad886372fba4eb1a02367ab9942030baf04fbeb5fa093d23e38de2614c39c2c75e76795ec69274 DIST crrcsim-0.9.13.tar.gz 8337392 BLAKE2B ccaaf3a4255b2082fc52712d49302c7de1347b87e9489c6d859662365f1cd5af538fe76cee232aed61b0c1b68138c47a2e34e128071c3e098e20f1d51c1c409c SHA512 b687837e07abc07606404d920288984abe7e304afb69158fd840d83bcfe1e9acc4afd8462c0c759df67d50a15ca3753eaf48c4526b201e64a2d641fa3aa8c1ab -EBUILD crrcsim-0.9.13.ebuild 1087 BLAKE2B 08c60b40731663d170f471df9610e7accbcff0096617fb08d39ad6f7852d24e567db3fe066e7527aaa9f22768ade64d1d0e3a1f7fb373cd90cc37a210f31b742 SHA512 281168dc35ad572f671f29a909c77fe282435e1a5451464826586ec21999c8e48bf4a70cd99b1d0aaebfd028956946f21527d0e7c42be1d7b90a49e5a507011e +EBUILD crrcsim-0.9.13-r1.ebuild 1098 BLAKE2B 2f04ce44cc351b46bb9c1ed361022f3a509227dddc15ebee2e08896d27ab23261f31d28ca4f48416975d61f85b85b3ee51a6679e2b37bf75c0930b69249dd391 SHA512 54f24caa030be0df48e80f964940767f5d3ff969e968bc57cdd038aa16780411da6f7d62bccb3055643ae5fdd47479b940775f8677598c4d46fb5deb3634ca99 MISC metadata.xml 330 BLAKE2B 24c61e826448ee0ceecc562776289a0a80c259c718cce5dc0f23523b5091a329933eb6a98c46ecd038b856db3f1d86588d82d62924b5d40dd0ee64c569c1e9ff SHA512 a57fe17fafb1d4cca975665b68283233a1f6b62e25bf903cd5ef7954572f3963471d453da9c569044405ab005105f6d35ae28b679d35eebd01ba61d0166349c8 diff --git a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild b/games-simulation/crrcsim/crrcsim-0.9.13-r1.ebuild index ab91e997d49e..cf65eba9ef26 100644 --- a/games-simulation/crrcsim/crrcsim-0.9.13.ebuild +++ b/games-simulation/crrcsim/crrcsim-0.9.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ IUSE="portaudio" RDEPEND="media-libs/libsdl[X,sound,joystick,opengl,video] media-libs/plib - sci-mathematics/cgal + sci-mathematics/cgal[shared(+)] portaudio? ( media-libs/portaudio )" DEPEND="${RDEPEND}" |