diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-10-08 13:43:26 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-10-08 14:06:07 -0700 |
commit | f8465671cfe9352d37a65530cb46e7f9b99ef599 (patch) | |
tree | e828b729243b54c00a65705b9a661c1c9221556f /dev-util/catalyst | |
parent | dev-util/catalyst: Remove some dependencies (diff) | |
download | gentoo-f8465671cfe9352d37a65530cb46e7f9b99ef599.tar.gz gentoo-f8465671cfe9352d37a65530cb46e7f9b99ef599.tar.bz2 gentoo-f8465671cfe9352d37a65530cb46e7f9b99ef599.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/catalyst')
-rw-r--r-- | dev-util/catalyst/catalyst-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index e6f0e1676b70..3e307e5f8335 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 |