commit: 2c117b03f3669866138003b7f3d8630c190e0e12
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 16 11:52:38 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 16 11:53:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c117b03
sys-apps/s390-tools: add missing flag in IUSE
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{s390-tools-2.12.0.ebuild => s390-tools-2.12.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/s390-tools/s390-tools-2.12.0.ebuild
b/sys-apps/s390-tools/s390-tools-2.12.0-r1.ebuild
similarity index 95%
rename from sys-apps/s390-tools/s390-tools-2.12.0.ebuild
rename to sys-apps/s390-tools/s390-tools-2.12.0-r1.ebuild
index 41144b9fe305..e663aab60f96 100644
--- a/sys-apps/s390-tools/s390-tools-2.12.0.ebuild
+++ b/sys-apps/s390-tools/s390-tools-2.12.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
inherit toolchain-funcs udev
@@ -12,7 +12,7 @@
SRC_URI="https://github.com/ibm-${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~s390"
-IUSE="cryptsetup fuse ncurses openssl pfm snmp zlib"
+IUSE="abi_s390_32 cryptsetup fuse ncurses openssl pfm snmp zlib"
RDEPEND="fuse? ( sys-fs/fuse:0= )
ncurses? ( sys-libs/ncurses:0= )