summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/squashmount/squashmount-22.2.ebuild')
-rw-r--r--sys-fs/squashmount/squashmount-22.2.ebuild4
1 files changed, 2 insertions, 2 deletions
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="!<sys-apps/openrc-0.13
>=dev-lang/perl-5.22