# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Zac Medico <zmedico@gentoo.org> (2020-05-05)
+# Zac Medico <zmedico@gentoo.org> (2020-05-07)
# Mask until app-arch/zstd is keyworded
-sys-apps/portage zstd
+sys-apps/portage binpkg-zstd
# Patrick McLean <chutzpah@gentoo.org> (2020-04-16)
# Lots of python dependencies, mask to facilitate keywording
</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 build doc gentoo-dev +ipc +native-extensions +rsync-verify selinux xattr zstd"
+IUSE="apidoc binpkg-zstd 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
) )
- zstd? ( app-arch/zstd )
+ binpkg-zstd? ( app-arch/zstd )
!<app-admin/logrotate-3.8.0"
PDEPEND="
!build? (
|| die "failed to append to make.globals"
fi
- if use zstd ; then
+ 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"