Install this version:
emerge -a =dev-util/archdiff-1.1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/archdiff-1.1.6
Or alternatively:
emerge --autounmask-write -a =dev-util/archdiff-1.1.6
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Utility to view the differences between two source code archives"
HOMEPAGE="https://frigidcode.com/code/archdiff/"
SRC_URI="https://frigidcode.com/code/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+bzip2 +lzma +zlib"
DEPEND="app-arch/libarchive[bzip2?,lzma?,zlib(+)?]
dev-libs/rremove"
RDEPEND="${DEPEND}
app-misc/colordiff"
src_configure() {
econf \
$(use_enable bzip2) \
$(use_enable zlib gzip) \
$(use_enable lzma)
}
Manage flags for this package:
euse -i <flag> -p dev-util/archdiff |
euse -E <flag> -p dev-util/archdiff |
euse -D <flag> -p dev-util/archdiff
app-arch/libarchive[bzip2?,lzma?,zlib(+)?] dev-libs/rremove
app-arch/libarchive[bzip2?,lzma?,zlib(+)?] dev-libs/rremove app-misc/colordiff
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | archdiff-1.1.6.tar.gz | 96743 bytes | https://frigidcode.com/code/archdiff/archdiff-1.1.6.tar.gz |