summaryrefslogtreecommitdiff
path: root/sci-calculators
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-30 01:13:30 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-30 01:13:30 +0000
commitd9ec8de250ddc362ca4726cd6c055216b529177a (patch)
tree41583a3d39640bf31918130f91d9f94f0c59b9b0 /sci-calculators
parent62090949b4fde34bbcbb4bd770a9635c6ac0c55e (diff)
gentoo auto-resync : 30:03:2024 - 01:13:30
Diffstat (limited to 'sci-calculators')
-rw-r--r--sci-calculators/Manifest.gzbin3207 -> 3206 bytes
-rw-r--r--sci-calculators/tiemu/Manifest2
-rw-r--r--sci-calculators/tiemu/tiemu-3.03-r2.ebuild8
3 files changed, 7 insertions, 3 deletions
diff --git a/sci-calculators/Manifest.gz b/sci-calculators/Manifest.gz
index 15fa8252f807..c877a2662ce1 100644
--- a/sci-calculators/Manifest.gz
+++ b/sci-calculators/Manifest.gz
Binary files differ
diff --git a/sci-calculators/tiemu/Manifest b/sci-calculators/tiemu/Manifest
index 31e087ecd26f..72a58100c0b1 100644
--- a/sci-calculators/tiemu/Manifest
+++ b/sci-calculators/tiemu/Manifest
@@ -3,5 +3,5 @@ AUX tiemu-3.03-fix-ftbfs-with-customized-abort-function.patch 417 BLAKE2B 8e0ba1
AUX tiemu-3.03-r2820.patch 797 BLAKE2B a333d890ab0aed23ebec5ddaa41c728d7e92acb0b28ac8fea65cec92537d724b32ba00b26b2aba5714ff978c6bdd8aee8e8060d144d1d739b40cb1da3b7e886d SHA512 303b2c070131127fec872b1e53ad8a25dd26ab9e85bc6812351b26e7c0c3fcec7ce50d68d7964b47f3f1f68092e0ebc5b9fe499c811981aed28a1aeb702f4a4e
AUX tiemu-3.03-remove_depreciated_gtk_calls.patch 5232 BLAKE2B 15c2016b9d73da648b8a8b62204a9901798a7c2129517c8bd1281f386f02e30c4e5eee885543eaff73d7041430b135048c34cd936ce10d08c310cb7f594d2f0a SHA512 7c5f254312086f1b1841c0abd2c6529f52fbfbbfb32c4621363fe58d6f0cfbaaeca610c7136e4d27a0393e88fadd098781db81ca144fb94c5c44d0d7744d53a3
DIST tiemu_3.03.orig.tar.gz 27343892 BLAKE2B 3fd5a14deb47ad0753f97f7707e1c3fa78477a6afa9a7afa99953fa77cb4d79d5ff8160dce87d24622e0fd2a95b3f35789ba1711e0eb94ce664ac329ce9fb16c SHA512 417f57b14ff603bc35ec1dcd7e6a884c28dc9decddcf775318cac1db383907a59d24dcef3c96324703a896672bd54caa51220126edd9e6c1642d87c4e75e127a
-EBUILD tiemu-3.03-r2.ebuild 1616 BLAKE2B ec9c31a40ac776bf71fc5c8340692eb4206c2aa9133bbb9e813eeacc4cddb3611ceef1ea8fe4a995d382aae8eee503e281bdf3c7c141af77f5c6be49cd721f29 SHA512 6d89a327ec9579dcc319777c9bbed873978146a9992c4eb72240660906f9868f1aafdcad7548eb9a88f88fbc276a5962e7085917e84513432675f991a0062679
+EBUILD tiemu-3.03-r2.ebuild 1705 BLAKE2B 30b1c8d1fabc2606a0e7c69360d246034ad4ec19dc3df2baf8a0e64a44bdf9edf6c77b516ebfdab57bc67620e5107c2d339d210ebdd4d0ef7c83d979aa42845d SHA512 a0c2bfb59684203f3904ba38ce56b40565ad011378d49e515c73442b227c303a863bf1f0efab1fd187d6412d0ffac9009ed81d7cf28fc6642f4536b27125c4df
MISC metadata.xml 676 BLAKE2B e6dbb65c2f08850353d6058208445a9bf319367a3eb5f5feb64cc033d86e95f935f32c19d043568a5935f51370e4f53f7136961c836a00eed68914a7b5d6750d SHA512 183c4ad404e44ff9c217d6ed86031719f9fdb8e60d6cfc95825f2c3cb9dd97a021ef5b7130bf4eda671a8c5fbc2ddb5c7584bdca2e5a17cc9ddc0d59aedd181c
diff --git a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
index ff146a5fd377..817fd4efec30 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r2.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=8
-inherit desktop
+inherit desktop flag-o-matic
DESCRIPTION="Texas Instruments hand-helds emulator"
HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/"
@@ -45,6 +45,10 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/862381
+ filter-lto
+
econf \
--disable-rpath \
--disable-debugger \