sys-apps/portage: remove binpkg-zstd USE flag (zstd will become a hard dep)
authorZac Medico <zmedico@gentoo.org>
Sun, 24 May 2020 22:29:30 +0000 (15:29 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 24 May 2020 22:45:56 +0000 (15:45 -0700)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
sys-apps/portage/metadata.xml
sys-apps/portage/portage-9999.ebuild

index 0f9d932ce5e73d50a5798505a2b336ae79054ef4..062dafe62481ecf7cefd3f0199282fda23fc8da8 100644 (file)
@@ -12,7 +12,6 @@
   </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.
index f5da3ae281b446c3f4c72e11c2739a56d5b6352d..c635ab675c708c4e0a14ad060f3d7544f19b78bc 100644 (file)
@@ -15,7 +15,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
 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
@@ -53,7 +53,6 @@ RDEPEND="
        xattr? ( kernel_linux? (
                >=sys-apps/install-xattr-0.3
        ) )
-       binpkg-zstd? ( app-arch/zstd )
        !<app-admin/logrotate-3.8.0"
 PDEPEND="
        !build? (
@@ -115,12 +114,6 @@ python_prepare_all() {
                        || 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"