commit:     f21f1d5b81b47ceb5b371497d25cb99fc4a7f045
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  8 05:04:21 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 20 16:42:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21f1d5b

dev-util/archdiff: Rename IUSE=gzip->zlib

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-util/archdiff/archdiff-1.1.6.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild 
b/dev-util/archdiff/archdiff-1.1.6.ebuild
index 9ae08696e94..4b48705b0c7 100644
--- a/dev-util/archdiff/archdiff-1.1.6.ebuild
+++ b/dev-util/archdiff/archdiff-1.1.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,10 +10,10 @@ SRC_URI="https://frigidcode.com/code/${PN}/${P}.tar.gz";
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+bzip2 +lzma +gzip"
+IUSE="+bzip2 +lzma +zlib"
 
 DEPEND="app-arch/libarchive[bzip2?,lzma?]
-       gzip? ( app-arch/libarchive[zlib] )
+       zlib? ( app-arch/libarchive[zlib] )
        dev-libs/rremove"
 RDEPEND="${DEPEND}
        app-misc/colordiff"
@@ -21,6 +21,6 @@ RDEPEND="${DEPEND}
 src_configure() {
        econf \
                $(use_enable bzip2) \
-               $(use_enable gzip) \
+               $(use_enable zlib gzip) \
                $(use_enable lzma)
 }

Reply via email to