summaryrefslogtreecommitdiff
path: root/games-action/dxx-rebirth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /games-action/dxx-rebirth
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'games-action/dxx-rebirth')
-rw-r--r--games-action/dxx-rebirth/Manifest4
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild7
-rw-r--r--games-action/dxx-rebirth/dxx-rebirth-9999.ebuild9
3 files changed, 11 insertions, 9 deletions
diff --git a/games-action/dxx-rebirth/Manifest b/games-action/dxx-rebirth/Manifest
index 533bfedcd08e..18e6d848257b 100644
--- a/games-action/dxx-rebirth/Manifest
+++ b/games-action/dxx-rebirth/Manifest
@@ -1,4 +1,4 @@
DIST dxx-rebirth_20210623-src.tar.xz 1340044 BLAKE2B f16a8904d777559e789d719bc0d6d2dbb7d26c1128984117b6c64a334ae589dd5806439cc51e458a583e1b6cc831dae7c51bf7bd3fbc972989b0ce4e5b932a4e SHA512 150d873fa045df6fb2f9bb70334d08eeae0cc7a639e825f1352fed28501ab9541a27bf3395fc1929bc8d76ed9126b038eed67c5a01657f43116da4663e929821
-EBUILD dxx-rebirth-0.61.0_pre20210623.ebuild 8459 BLAKE2B 6e060891494e94277063f859fdfba480f075c978e15d7efc3b0ad9c99735416f4bb83ce3b6da8cad7ab6f063721debdd559a3df47981d1f3a5e0a4aec51cf985 SHA512 5238166c421c14324b66d09a49767966a8cc08a4e1748edd6489d565a247cfd46ea3e484cd5c163c6eb3e31088d3868454b9bf983ea6a409157f06d6362a979d
-EBUILD dxx-rebirth-9999.ebuild 8495 BLAKE2B 909fdfbe780bf8c7bc3c06068ab4bfb854dfa95980787fce953dfcfc5dc21812f99a0cd2f5e5d02f31b4d2ef1bd3ca39e74fd6117a6549b1fcfc097dc352624d SHA512 f13b26f24a28d996a4fbf44ab4c7dd0aadb07bfe0ee22fe82540a0a20aa5907859d3c15f70e4b589145ae96348385c92ced92031e39a2b0a9348d1315549e541
+EBUILD dxx-rebirth-0.61.0_pre20210623.ebuild 8503 BLAKE2B fcb2f8ee52a7aac859dc361fbbf8e23f157217e096b0fdce3f3b7fb07cb3dfa9cf0daa2540ce59155213889bc3c1145913ead61d041136ec80cba0cec304c8b0 SHA512 fafb4e65901d2a504fe7fe49368ac2f2ab8be34cd38540a73d9974f2de020bef8d3e3c216014d96975536f8bde24c0d72deaa9881f11f29f8ea977e2015658f5
+EBUILD dxx-rebirth-9999.ebuild 8546 BLAKE2B 4047babd9e1416b70869999d785244ba69cbfc662fb63c50626e05170fbec85ec343655554565fcc305429553a5239b0d2637a1c95bd486d820d6a2cfe90dd03 SHA512 9bfc9f39480fa654bc7a790fd6db01d96d70a2697e80f0278d1f53f46ea7775d4058b56e67aeaa63624883cb86a7ba7621089763725084af95b49ddb5395cf32
MISC metadata.xml 2538 BLAKE2B fd07b7eed8d0b484312d4ee54a6b13834b823ee2cd23eb8e5cef93a5b44b4311c2eee97946fed8d303883142b65243dbbefab921a7e01a111bc5126334230113 SHA512 9d07f6718f74adddcd9e3041758e29e456d62c8808c30f2e6963872a9d647491dea380134951973eeaad63dea0fb88710a5b6fc8e37461f011e6d8aea0e69693
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild
index b941cf320c02..52185ad3b734 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20210623.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2017-2021 Gentoo Authors
+# Copyright 2017-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
-inherit desktop python-any-r1 scons-utils toolchain-funcs xdg
+inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg
if [[ "${PV}" = 9999 ]]; then
inherit git-r3
@@ -215,6 +215,7 @@ dxx_scons() {
src_compile() {
tc-export CXX PKG_CONFIG
+ replace-flags -O3 -O2 #831896
dxx_scons register_install_target=0 build
}
diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
index 8b70e138369e..36013cd510bc 100644
--- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
+++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2017-2021 Gentoo Authors
+# Copyright 2017-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
-inherit desktop python-any-r1 scons-utils toolchain-funcs xdg
+inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg
if [[ "${PV}" = 9999 ]]; then
inherit git-r3
@@ -25,7 +25,7 @@ else
# fixes are merged into the main source by upstream.
#
# Cross-compilation to Windows is also supported.
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
DESCRIPTION="Descent Rebirth - enhanced Descent 1 & 2 engine"
@@ -217,6 +217,7 @@ dxx_scons() {
src_compile() {
tc-export CXX PKG_CONFIG
+ replace-flags -O3 -O2 #831896
dxx_scons register_install_target=0 build
}