diff options
author | Martin Väth <martin@mvath.de> | 2024-09-21 22:23:18 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-09-21 22:23:18 +0200 |
commit | 92864039cebfbc0f1d5092ab81e9b3085c9e2410 (patch) | |
tree | 7056b1c845f8aff9ca849027cdae6ba92e856353 /sys-fs/squashmount/squashmount-22.2.ebuild | |
parent | dev-perl/File-lchown: Fix missing include (diff) | |
download | mv-92864039cebfbc0f1d5092ab81e9b3085c9e2410.tar.gz mv-92864039cebfbc0f1d5092ab81e9b3085c9e2410.tar.bz2 mv-92864039cebfbc0f1d5092ab81e9b3085c9e2410.zip |
sys-fs/squashmount: Remove ia64
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'sys-fs/squashmount/squashmount-22.2.ebuild')
-rw-r--r-- | sys-fs/squashmount/squashmount-22.2.ebuild | 4 |
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 |