</maintainer>
<use>
<flag name="apidoc">Build html API documentation with sphinx-apidoc.</flag>
- <flag name="binpkg-zstd">Use zstd compression with creating binary packages.</flag>
<flag name="gentoo-dev">Enable features required for Gentoo ebuild development.</flag>
<flag name="ipc">Use inter-process communication between portage and
running ebuilds.
LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"
-IUSE="apidoc binpkg-zstd build doc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr"
+IUSE="apidoc build doc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr"
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
>=app-arch/tar-1.27
xattr? ( kernel_linux? (
>=sys-apps/install-xattr-0.3
) )
- binpkg-zstd? ( app-arch/zstd )
!<app-admin/logrotate-3.8.0"
PDEPEND="
!build? (
|| die "failed to append to make.globals"
fi
- if use binpkg-zstd ; then
- einfo "Adding BINGPKG_COMPRESS=\"zstd\" to make.globals ..."
- echo -e '\nBINGPKG_COMPRESS="zstd"' >> cnf/make.globals \
- || die "failed to append to make.globals"
- fi
-
if use build || ! use rsync-verify; then
sed -e '/^sync-rsync-verify-metamanifest/s|yes|no|' \
-i cnf/repos.conf || die "sed failed"