From 92864039cebfbc0f1d5092ab81e9b3085c9e2410 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 21 Sep 2024 22:23:18 +0200 Subject: sys-fs/squashmount: Remove ia64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Väth --- sys-fs/squashmount/squashmount-22.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-fs/squashmount/squashmount-22.2.ebuild') diff --git a/sys-fs/squashmount/squashmount-22.2.ebuild b/sys-fs/squashmount/squashmount-22.2.ebuild index 8de4bb85..ada15cb7 100644 --- a/sys-fs/squashmount/squashmount-22.2.ebuild +++ b/sys-fs/squashmount/squashmount-22.2.ebuild @@ -12,14 +12,14 @@ SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="" # These should really depend on USE-flags but must not by policy. # Waiting for https://bugs.gentoo.org/show_bug.cgi?id=424283 OPTIONAL_RDEPEND="app-shells/runtitle dev-perl/File-Which -!arm? ( !ia64? ( !sparc? ( dev-perl/String-ShellQuote ) ) )" +!arm? ( !sparc? ( dev-perl/String-ShellQuote ) )" RDEPEND="!=dev-lang/perl-5.22 -- cgit v1.2.3-65-gdbad