summaryrefslogtreecommitdiff
path: root/games-fps/serious-sam-tse
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /games-fps/serious-sam-tse
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'games-fps/serious-sam-tse')
-rw-r--r--games-fps/serious-sam-tse/Manifest2
-rw-r--r--games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild4
2 files changed, 4 insertions, 2 deletions
diff --git a/games-fps/serious-sam-tse/Manifest b/games-fps/serious-sam-tse/Manifest
index f5b735ac61be..50c45895e652 100644
--- a/games-fps/serious-sam-tse/Manifest
+++ b/games-fps/serious-sam-tse/Manifest
@@ -1,3 +1,3 @@
DIST ssamtse-beta1.sh.bin 7952607 BLAKE2B 775c5f22b5c2d8418e69a6ac9d8e46f7f3d958108900ca0bc2135a889b4ee34d4d6528b2dfbe1de343fc8cd28af3f0d86cc764014875d8bb4d7a32ee55f361ea SHA512 43f07fbaef0bf8f90644a748931220331ed5f9179412e5a37daf0472aa98c5bb2455148c54254eae1af0b38ba8a3fde9c310cd8d488ea6b2806fa0f6fb1e1644
-EBUILD serious-sam-tse-1_beta1-r1.ebuild 4657 BLAKE2B 647d51698156d9cfcb7cd92002b6aaee50d6d4b663e732c98e2d998312f6761f9452d74edbda3aa30d8471f215c25acf2d43f3e78824ab6ef21ef16aff7b59ea SHA512 80081ec19931cd78d18560f65019e8dedf422a1ff65688135ac5452dd9b0e2cfdc474d3cad9092d57df0417173a2020c5febfeb44633f4e68150c01c9837ba8b
+EBUILD serious-sam-tse-1_beta1-r1.ebuild 4664 BLAKE2B 16efd6322a183dfeca0b108d7ebcfa0a6291bd1dfa60a7012a305bd33e44434a0fe6f93478ed74a2ef9ed0b54a9c78fb83b43c39dcf7192fcc4b928448327313 SHA512 b932687810a648b67aca73b1fd710ea3f6b1a59064fb9777831614c93d3a9d165414b69e8f9ca131f6cc7a176364e5589530d66e731d16d09bb6757a7dba3273
MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33
diff --git a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild
index 0a0dc429f256..cec0725099f6 100644
--- a/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild
+++ b/games-fps/serious-sam-tse/serious-sam-tse-1_beta1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -64,6 +64,8 @@ src_unpack() {
}
src_prepare() {
+ default
+
# Switch to dynamic executable - runs at sane speeds on modern hardware
sed -i -e 's;exec "./ssam_lnx";exec "./ssam_lnx.dynamic";' bin/${MY_PN} \
|| die "dynamic binary update failed"