diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 11:47:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-12 11:48:53 +0100 |
commit | 40771617af008490cd597d457ee5e1b8bf5ca239 (patch) | |
tree | cbb52c27e4172f7f77d71770139792d87e512803 /dev-util/archdiff | |
parent | app-arch/unmakeself: Update for libarchive[zlib] flag removal (diff) | |
download | gentoo-40771617af008490cd597d457ee5e1b8bf5ca239.tar.gz gentoo-40771617af008490cd597d457ee5e1b8bf5ca239.tar.bz2 gentoo-40771617af008490cd597d457ee5e1b8bf5ca239.zip |
dev-util/archdiff: Update for libarchive[zlib] flag removal
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/archdiff')
-rw-r--r-- | dev-util/archdiff/archdiff-1.1.6-r1.ebuild (renamed from dev-util/archdiff/archdiff-1.1.6.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild b/dev-util/archdiff/archdiff-1.1.6-r1.ebuild index 4b48705b0c7e..ce72aca5fd83 100644 --- a/dev-util/archdiff/archdiff-1.1.6.ebuild +++ b/dev-util/archdiff/archdiff-1.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+bzip2 +lzma +zlib" -DEPEND="app-arch/libarchive[bzip2?,lzma?] - zlib? ( app-arch/libarchive[zlib] ) +DEPEND="app-arch/libarchive[bzip2?,lzma?,zlib(+)?] dev-libs/rremove" RDEPEND="${DEPEND} app-misc/colordiff" |