summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2024-09-21 22:23:18 +0200
committerMartin Väth <martin@mvath.de>2024-09-21 22:23:18 +0200
commit92864039cebfbc0f1d5092ab81e9b3085c9e2410 (patch)
tree7056b1c845f8aff9ca849027cdae6ba92e856353
parentdev-perl/File-lchown: Fix missing include (diff)
downloadmv-main.tar.gz
mv-main.tar.bz2
mv-main.zip
sys-fs/squashmount: Remove ia64HEADmain
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r--metadata/pkg_desc_index2
-rw-r--r--sys-fs/squashmount/squashmount-22.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 104cadf0..d4631967 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -59,7 +59,7 @@ app-text/qtspell 1.0.1: Spell checking for Qt text widgets
app-text/stardict 4.0.0_pre20170304-r1: A international dictionary supporting fuzzy and glob style matching
dev-cpp/cpplint 99999999: The google styleguide together with cpplint and an emacs file
dev-libs/osformat 1.0.7 999999999: C++ library for a typesafe printf/sprintf based on << conversion
-dev-perl/File-lchown 0.20-r2: Use the lchown(2) and lutimes(2) system call from Perl
+dev-perl/File-lchown 0.20-r3: Use the lchown(2) and lutimes(2) system call from Perl
dev-util/comp 4.3.1: compare files or directories, including metadata
dev-util/diffhelp 1.12: A frontend, beautifier, and path-fixer for diff -u
dev-util/mv_perl 4.3: A collection of perl scripts (replacement in files, syncing dirs etc)
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