commit: f8465671cfe9352d37a65530cb46e7f9b99ef599 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Oct 8 20:43:26 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Oct 8 21:06:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8465671
dev-util/catalyst: Add dependency on app-arch/pixz pixz is not a required dependency, strictly speaking, but it's commonly used in .spec files and is an extremely small dependency. Additionally, the failure mode if it's not available is to produce a 0-byte tar.xz file at the end of the build, which is not good. Closes: https://bugs.gentoo.org/742569 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index e6f0e1676b7..3e307e5f833 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -37,6 +37,7 @@ RDEPEND=" ${COMMON_DEPEND} >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}] app-arch/lbzip2 + app-arch/pixz app-arch/tar[xattr] dev-vcs/git sys-fs/dosfstools
