diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-03-22 07:00:36 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-03-22 07:00:36 +0000 |
commit | 267b3b848468a603048b181330ee73cf0bd99c44 (patch) | |
tree | d48682864ec3b9a40741db3604455fbc723465b2 /games-engines | |
parent | 58d5ec1c1e98326577fa902f6c9c568639b18d12 (diff) |
gentoo auto-resync : 22:03:2024 - 07:00:36
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/Manifest.gz | bin | 3887 -> 3888 bytes | |||
-rw-r--r-- | games-engines/scummvm-tools/Manifest | 2 | ||||
-rw-r--r-- | games-engines/scummvm-tools/scummvm-tools-2.7.0_p1.ebuild | 10 |
3 files changed, 9 insertions, 3 deletions
diff --git a/games-engines/Manifest.gz b/games-engines/Manifest.gz Binary files differindex b71f0be45cd0..a4a37b8f765e 100644 --- a/games-engines/Manifest.gz +++ b/games-engines/Manifest.gz diff --git a/games-engines/scummvm-tools/Manifest b/games-engines/scummvm-tools/Manifest index cd94f8e7e4c7..6ead6545d409 100644 --- a/games-engines/scummvm-tools/Manifest +++ b/games-engines/scummvm-tools/Manifest @@ -6,5 +6,5 @@ DIST scummvm-tools-2.7.0.tar.xz 1286572 BLAKE2B bcb58267a9c04849ab3145f2d5a657b9 DIST scummvm-tools_2.7.0-1.debian.tar.xz 10212 BLAKE2B 9805222166f30d1535642958ac74984968dd19bfa3b7a159b61509215fd29d370a9393d0a25e4dfd041ee83feb9fffb55f5f705d76ac03de95d925718166c263 SHA512 f7234e58312f7979b9f87940020d9815429a24be6083e8ed61ef14c342c83edfb00f2f9d130e2a18b34099c3a20df3093556b017f28a40a1f8d8037ad8d99bed DIST scummvm-tools_512.png 56989 BLAKE2B 8173b580a542d78a4dcb859f8ba008af8f5dcd707c6213a3fc961dc5f8bbe02f3e67beafbaceff8ffb75a26d0a1c441642a103c1607b7c776b6da6c803545a47 SHA512 94d0cd2ccb7ac7ea1ca20ba208908ac05e064470f260e3347aec2aa457f1cf281c6bc88056e14001a1f93422f9cdfb732c53262d8067a4c487a57396b510fd7f EBUILD scummvm-tools-2.2.0-r1.ebuild 1354 BLAKE2B ded211f8bf10e151b868dd7085f3b1bba3620b0439b866355ad0407d0b3025bbfa0781ad09dab10caf4e4de54b173921048e2db63f85587169351731a4f83534 SHA512 57105b4312324cf77d90e714a7b11d75209f7c319fef12a3fcbc447896e7fa285ab95418d8a9b40aa1b3af49b8a4aa7bb4ac597002f55d1eedff3b611de920c5 -EBUILD scummvm-tools-2.7.0_p1.ebuild 1903 BLAKE2B e8d75521676d51956782fc739a5c1bd7c70df6950eb2b9ab96a79adb78e9c4c0c24f5b01a715aec46736c98750fd9c1f9cd8b3e22d649bb5e4c0175b86d367b8 SHA512 526bb5a25cf3d89a138b388701422e7f49715ea418bb8e727a67f36a87bcd56ef3f968fe3fc4515d57ddb83cfd5867123c509c651c867c89de247cdd2b41afbf +EBUILD scummvm-tools-2.7.0_p1.ebuild 2079 BLAKE2B 49b6ebc34cae4a7144f370f5395fa9093f9a096c5154e8950b05428f372ce743f7689536ac6010b71c3bf36c1593f82dc6cd9522b4b06db1ebde9034e18eb6c0 SHA512 d2fc261a90c69badf9f8e8a40f915fbfdff53d906d29cbeada01a88bbc9d55ae90f0d0c10c0b6d0d13326c11cd179763c6b316e3c491679a0a4fd7363adb0e4a MISC metadata.xml 438 BLAKE2B f066a8163b876d4046f62ce8d40d00de386800b255208ae987bb0291770f1977d1df1b62e800e0a22abf735bbb8b043a43280d8fb3b92475609e5f2d1bd8ebae SHA512 19add2d688494acdccc4475d917098c4e96b17da0ceba2996a53be2bf5866ee3fba5527be21b1fc5fa2f92ed777ca615d9f49945ef2cfdd2e26165ed68674e3d diff --git a/games-engines/scummvm-tools/scummvm-tools-2.7.0_p1.ebuild b/games-engines/scummvm-tools/scummvm-tools-2.7.0_p1.ebuild index d06380eb0491..a07c2c9e3434 100644 --- a/games-engines/scummvm-tools/scummvm-tools-2.7.0_p1.ebuild +++ b/games-engines/scummvm-tools/scummvm-tools-2.7.0_p1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 WX_GTK_VER="3.2-gtk3" -inherit desktop toolchain-funcs wxwidgets xdg +inherit desktop flag-o-matic toolchain-funcs wxwidgets xdg DESCRIPTION="Utilities for the SCUMM game engine" HOMEPAGE="https://www.scummvm.org/" @@ -51,6 +51,12 @@ src_prepare() { } src_configure() { + # -Werror=strict-aliasing, -Werror=odr + # https://bugs.gentoo.org/926081 + # https://bugs.scummvm.org/ticket/15039 + append-flags -fno-strict-aliasing + filter-lto + setup-wxwidgets tc-export CXX STRINGS |