summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-12 11:46:03 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-12 11:48:52 +0100
commit981ff79da30189bf25e60af0404a574b6e8dc97e (patch)
tree81a6a6849417d61a4858b8606b5f0705f4dc5fdd
parentdev-java/sjsxp: new package (diff)
downloadgentoo-981ff79da30189bf25e60af0404a574b6e8dc97e.tar.gz
gentoo-981ff79da30189bf25e60af0404a574b6e8dc97e.tar.bz2
gentoo-981ff79da30189bf25e60af0404a574b6e8dc97e.zip
app-arch/unmakeself: Update for libarchive[zlib] flag removal
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-arch/unmakeself/unmakeself-1.1-r1.ebuild (renamed from app-arch/unmakeself/unmakeself-1.1.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/unmakeself/unmakeself-1.1.ebuild b/app-arch/unmakeself/unmakeself-1.1-r1.ebuild
index f826b09d6035..3f3a7c635f9f 100644
--- a/app-arch/unmakeself/unmakeself-1.1.ebuild
+++ b/app-arch/unmakeself/unmakeself-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND="app-arch/libarchive:=[bzip2,zlib]"
+RDEPEND="app-arch/libarchive:=[bzip2,zlib(+)]"
DEPEND="${RDEPEND}
virtual/pkgconfig"