From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/
Date: Tue, 20 Jul 2021 16:42:53 +0000 (UTC) [thread overview]
Message-ID: <1626799334.f21f1d5b81b47ceb5b371497d25cb99fc4a7f045.mattst88@gentoo> (raw)
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)
}
next reply other threads:[~2021-07-20 16:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-20 16:42 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-12 10:48 [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/ Michał Górny
2019-11-17 22:20 Tim Harder
2019-11-17 22:20 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1626799334.f21f1d5b81b47ceb5b371497d25cb99fc4a7f045.mattst88@gentoo \
--to=mattst88@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox