From 57e2174dcd454b41778b7b437f88d0a9f1a6e428 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 4 Mar 2024 05:43:10 +0000 Subject: gentoo auto-resync : 04:03:2024 - 05:43:09 --- app-emulation/aranym/Manifest | 2 +- app-emulation/aranym/aranym-1.1.0-r1.ebuild | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'app-emulation/aranym') diff --git a/app-emulation/aranym/Manifest b/app-emulation/aranym/Manifest index c03159e982d6..b7e6b4caf5a9 100644 --- a/app-emulation/aranym/Manifest +++ b/app-emulation/aranym/Manifest @@ -5,5 +5,5 @@ AUX aranym-1.1.0-configure-bashisms.patch 1202 BLAKE2B 963ab649c4659be267a59e97c AUX aranym-1.1.0-configure-clang16.patch 1097 BLAKE2B 1c638475d9935a8642bf072d30de9d3fbde33c7027d2fbde373261d44cbeaba9055b8d9561d6790c081ac80291f999c6e1ba33bfb652ff714eae8301076cdf4a SHA512 554f35cb47790a389fc6ed8d92e6437fbfa2c3cc7a5f584282306d5b8c101bf9bd4ee2beb0acd05977a44dec0ea6dc65d9cdfc46af15eddc1d02de5bad6f1292 AUX aranym-1.1.0-libcwrap.patch 830 BLAKE2B 6eed885e5f06d3e9405501ade35c52afe8e01ecebde21ca6a9a0020d4402e39a97939c0ed64cf96a47f95779885eb1132bda90d3ba325b1d6a1f36527df072f9 SHA512 7050d4e24457f5ee12adb1a9aaddb2f5cb16c06105a74f78d8eefbf431629a043acb53160be5e66cfd82b64e8324fdf3cd7f4374cf8a64a66aa669ff701c2019 DIST aranym_1.1.0.orig.tar.gz 3785612 BLAKE2B 52b5fa34c78c67cb94cbe0d94795368cb7007f37571282d67387a0237500143f8078117132c9df392c5fd48b32cdb8c1cf727fe4d22a3d24eac0595215bddf4e SHA512 723b1a7c80532734e1dea288dbffd66746d9c7d1302ccb0259248a26aac5dedc7f66a134929de7064686af6c676d10918d90e2cf58cb010fd445979945177b51 -EBUILD aranym-1.1.0-r1.ebuild 2746 BLAKE2B b4768276bf773ed1f35536e12b933cf73a08c59f5d95414000798caf69618d4a28f95759fec835268745ffd314497935cd55c0c6d1df900743d30dc939f19748 SHA512 f1a778dc1d04166eb42bd7bbf831189b8484eb0e6e54f62ac91134153d65e392336c48d95c6daf053fc7130f2653eb9bece00518b0611c982162dd2437e7e040 +EBUILD aranym-1.1.0-r1.ebuild 3048 BLAKE2B d8eacfb07c5423fd7a203ff0ef974d067cd39548d3e26c86e17abd4a6c75c5c01eea8dd59c391e16674b56fb4c37eb6c59d8b6fdeccad3e7bd72e96f4c2df0ee SHA512 85d6fdfe3e838bc862676b30b8ecbddc356eff103baf2a669da54890cb0fc79b59668917dd4dbb6c0391ff656e0eec2705b43c1a57bff89cad0e8461642f1a1a MISC metadata.xml 862 BLAKE2B 3661f056df9749365d616c3a8c0c99458c08347e199bef3c21c657fe634862fb43edb6966d4acc2eec7196e310087fcb26b64c3f4177d8dc9ef8d6d62166abcb SHA512 0c85331417427933b6ee396f623054fbe3dbf6e51e0621159a6a7524104985f73d97f87473a1fb5388032bca37351d27199558e6f0726c199d7568962cd4f8d8 diff --git a/app-emulation/aranym/aranym-1.1.0-r1.ebuild b/app-emulation/aranym/aranym-1.1.0-r1.ebuild index 7f7bb559528d..f471b146140f 100644 --- a/app-emulation/aranym/aranym-1.1.0-r1.ebuild +++ b/app-emulation/aranym/aranym-1.1.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools multibuild toolchain-funcs xdg +inherit autotools flag-o-matic multibuild toolchain-funcs xdg DESCRIPTION="Atari Running on Any Machine, VM running Atari ST/TT/Falcon OS and TOS/GEM apps" HOMEPAGE="https://aranym.github.io" @@ -54,6 +54,13 @@ src_prepare() { } src_configure() { + # configure probe fatally errors out since it tries to peek at LTO'ed code using grep + # https://bugs.gentoo.org/854510 + # https://github.com/aranym/aranym/commit/52c56bba30ddea27a0a7179da89cac1c71228de6 + # + # Fixed in git master. Try removing this on the next version bump. + filter-lto + tc-export_build_env export CC_FOR_BUILD=$(tc-getBUILD_CC) CXX_FOR_BUILD=$(tc-getBUILD_CXX) -- cgit v1.2.3