Skip to content

Commit

Permalink
app-arch/unmakeself: Update for libarchive[zlib] flag removal
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Feb 12, 2022
1 parent 74b7ec9 commit 981ff79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down

0 comments on commit 981ff79

Please sign in to comment.