commit: d43583577962444795d3a1480768b07b402ca14e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 15:44:12 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 31 15:45:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4358357
app-portage/time64-prep: keyword 1 for -m68k (won't work due to alignment
change)
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-portage/time64-prep/time64-prep-1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/app-portage/time64-prep/time64-prep-1.ebuild
b/app-portage/time64-prep/time64-prep-1.ebuild
index 007fb9be8685..f82108eafb00 100644
--- a/app-portage/time64-prep/time64-prep-1.ebuild
+++ b/app-portage/time64-prep/time64-prep-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,11 @@ SRC_URI="
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~x86"
+
+KEYWORDS="-m68k ~x86"
+# This can't work on m68k. We use the opportunity to switch to -maligned-int,
+# and then the ABI changes too much...
+
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="