summaryrefslogtreecommitdiff
path: root/app-pda
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-18 06:49:50 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-18 06:49:50 +0000
commit529bbf6d047ac6b80c0d9310ec0f666c145ec5fe (patch)
treeae415fb3fee6b16f7371a5d3597dcf98cca19b62 /app-pda
parentec33f4bcbd3944dc39c56a98cde12232684932cf (diff)
gentoo auto-resync : 18:03:2024 - 06:49:50
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/Manifest.gzbin2231 -> 2234 bytes
-rw-r--r--app-pda/pilot-link/Manifest2
-rw-r--r--app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild13
3 files changed, 12 insertions, 3 deletions
diff --git a/app-pda/Manifest.gz b/app-pda/Manifest.gz
index f0c3bd646100..81b3db7e10e7 100644
--- a/app-pda/Manifest.gz
+++ b/app-pda/Manifest.gz
Binary files differ
diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest
index fdd4d0aacca6..0390c6d9c7b6 100644
--- a/app-pda/pilot-link/Manifest
+++ b/app-pda/pilot-link/Manifest
@@ -1,4 +1,4 @@
DIST pilot-link-0.12.5-gentoo-patchset-r2.tar.xz 8828 BLAKE2B 6ae7dc9297dedd667bff569150aaae22bb1990b9321774dd29a4b36e7bd824c3c1e7ba60eeb30380727f1acc947df48867c6e536d2901486ac09ea3e3dbdec18 SHA512 6d4e5a572684087b203932b6c199a2a19ba0418794d164f24b04a85873ad3f7f228c1b85b0d1031c30aaf8101db2022fc1490a27331ea7525c5f41e6068af306
DIST pilot-link-0.12.5.tar.bz2 1578735 BLAKE2B acc8748448d90928ac393e3d716f9d12c7962e18564a738b5f01e19bb225d610e179bb0694aded57979c7240df2652cac72845e5b8cdcddf6a4a800bbac4424b SHA512 a12972fb7a43f2dfccb82a046ca372c9fce5333f632a77880439c4f4705af6a7f16b76f04c9f3ed0d6a12aad55a3a55f8781a4e92931bc6907cd1ec4f1209868
-EBUILD pilot-link-0.12.5-r4.ebuild 2053 BLAKE2B 8465f64485fbad0cab339b67a75225d8ecc30761079c25f11ef1aa7ee079b10b338dcf57de4b21fdb8b6864ccb91f26b156db0d30a49f624fd36a702dfc0ba63 SHA512 024e7db25c382784ea17efbc2a105405ac4e9c5b28a41238527b030bb228053095feca4242dd38919a2f20c18f90eaded0d3ab44420e7736183fa4e231cf045c
+EBUILD pilot-link-0.12.5-r4.ebuild 2339 BLAKE2B f2bd429b99c66f09c37bb8c3d030d064e0516bfe4c7dda2065627d4435e4c6552b238d94f6b1e53079e4ccf78319324da6e1012c511d09bda7b514d86e50222f SHA512 245c2c0f8553b928960a01387b61c0c7caf05520d80fe1dc04018b215f39deb1635b5cedb2f78e104ac742c3574279cf607bffa761760d71869489beb3ff4809
MISC metadata.xml 251 BLAKE2B 70b2ed9964f20cbe93ebf5d5dc866177244b8b20ae11680f81c1fad3b7d288016967d88ef14a283cdce68cb8014dc18f0bd961ef9c82b7de31968bbced6efafe SHA512 409eba78239ff4cf84addfa5c76d73365bd4d794944c375a96d031c9522836d87c2720a55ae543f19a71246c48a2aff7068904dbf1d8f657041796ba507536b2
diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
index 893b7b45b835..b8ad1bf67898 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit autotools perl-module
+inherit autotools flag-o-matic perl-module
DESCRIPTION="Suite of tools for moving data between a Palm device and a desktop"
# this is a new mirror; the distfile has the same content inside the tarball,
@@ -42,6 +42,15 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/924480
+ #
+ # Upstream is abandoned since 2016, existing issue offering gentoo-patchset
+ # has been ignored. No bug filed.
+ #
+ # The issue is in the internal compat code for *not* using libusb.
+ use usb || filter-lto
+
# tcl/tk support is disabled as per upstream request.
# readline is not really optional, bug #626504
# Does not build with Java 8