diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-29 05:41:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-29 05:41:15 +0000 |
commit | 48f3e81fd35a18cd49f8b8d6a041f33ad88f9c89 (patch) | |
tree | 21e7be95bcd3ec7cc6c71b3fea560ea936ddef82 /sys-apps/ipmiutil | |
parent | cb7e4377c338fd6cd2fb4fc22d64eef88e390161 (diff) |
gentoo auto-resync : 29:02:2024 - 05:41:15
Diffstat (limited to 'sys-apps/ipmiutil')
-rw-r--r-- | sys-apps/ipmiutil/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-apps/ipmiutil/Manifest b/sys-apps/ipmiutil/Manifest index 2a28e0439036..1bbcf03dd083 100644 --- a/sys-apps/ipmiutil/Manifest +++ b/sys-apps/ipmiutil/Manifest @@ -1,5 +1,5 @@ AUX ipmiutil-2.9.9-lib_symlink.patch 468 BLAKE2B d24e4e0183f46a3a97b9a9db754b4948446eda7504d81b3854cf8ae65eebdc2f279272ecf09736ff2966dfd477219e19a900cce8665f865bc22a8674ea863f2b SHA512 35912b578b3e61e899f97d2fc6cd6352ac04da638c64c252aa71138d9b7fd1b1de474f2702febfb85ab3f5371971be7a1922a1c6bbe5960c04be2b9171f0e75e AUX ipmiutil-3.1.8-fix-configure.patch 5520 BLAKE2B 62a2f71824c37015e9b5999acaa06780a9e398b4ba74461cb963375c497c0c18e5cbb4b5188aaa5d34521ac0a2153835fda38ffe80a1414d85ecc96da49d114e SHA512 13e58b8516ade13d907462b0eca9ce639ea486740992e1d2f348f17a9ed8deadd1ca7ab0fb2c725e5721f7840119fc5e9b134a8eb842d661d81041f39dd1f6cc DIST ipmiutil-3.1.9.tar.gz 1876478 BLAKE2B ddbd4d91d1d09fd9a7d4f7a3f9358787cab1baf3e2f34e43b4ebf44843d9ccc8d8b241b030d0f62a4b183ac4642c6676b304a51b8c6611f69d475dd19c1d3181 SHA512 3c9f60669dd6769dc64977c99d68fc0a0838993fb5ef3d8b1b1026b6daf6e6bfbe8738f3dd120b116fc663c84bafe6ed93420a92fecf57a17785d283b415d9c7 -EBUILD ipmiutil-3.1.9.ebuild 2069 BLAKE2B 2ac82550fe8ed6e808baa44e7f123a60afd2eacfe8ebd8d31f4b66b0496900cb0ceccae3ff281c54e44785a73f444a7b3f2e8b63cd6a4eb5ca2e82981f6da0e5 SHA512 bca06b835aefa9a1771eece8f05312bd39798cd80713bd38c65f88cd61fad517663a6c835c8fcf2cca8b5814f0f56a0f18a62b8b017f272e07ca0b013466af6f +EBUILD ipmiutil-3.1.9.ebuild 2208 BLAKE2B 7659fd4185c2e199affc4f021ab11b10ae4da838884a633a65435c5d1f69850c4082fa7376eb4c2343ad826709aab8d31e4aa8b38766a57e3cfa86c7fb6fa997 SHA512 536e59ea62e775e2f9a193a69720c6e79de169b2408bd1b287e4e63ad0abd5b6207878b3459dee4c625587236864056c9898d43707330c9abd5f08bb1516640a MISC metadata.xml 395 BLAKE2B bbc505300e1bb4a974b8c5f19c43fe9cbfe4300c31a5174adad799cac0d2507e231845ab8f586ca427538b67ad45012aec660692f1a4a134af4e7615467b0ee0 SHA512 170e9a7718037935d373ad84c37f7c87764e30fdb1c2860fa3021021f91dd94adb2d3acb4adfc5cea8d64a7e612340a2286c5a4748f91ed32d603b9c306f3513 diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild index ce6d19a65aa6..c18cffdd971c 100644 --- a/sys-apps/ipmiutil/ipmiutil-3.1.9.ebuild +++ b/sys-apps/ipmiutil/ipmiutil-3.1.9.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 autotools systemd +inherit autotools flag-o-matic systemd DESCRIPTION="IPMI Management Utilities" HOMEPAGE="https://ipmiutil.sourceforge.net/" @@ -48,6 +48,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/863590 + # https://github.com/arcress0/ipmiutil/issues/21 + filter-lto + local myeconfargs=( --disable-systemd --enable-sha256 |