diff options
Diffstat (limited to 'dev-util/diffoscope/diffoscope-177.ebuild')
-rw-r--r-- | dev-util/diffoscope/diffoscope-177.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dev-util/diffoscope/diffoscope-177.ebuild b/dev-util/diffoscope/diffoscope-177.ebuild index 9ae8834c67c7..e8afaa4711f2 100644 --- a/dev-util/diffoscope/diffoscope-177.ebuild +++ b/dev-util/diffoscope/diffoscope-177.ebuild @@ -19,9 +19,16 @@ KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm mono opendocument pascal pdf postscript R rpm sqlite squashfs -ssh tar tcpdump xz zip zstd" +ssh tar test tcpdump xz zip zstd" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RESTRICT="!test? ( test )" + +# pull in optional tools for tests: +# img2txt: bug #797688 +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( media-libs/libcaca ) +" RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}] dev-python/libarchive-c[${PYTHON_USEDEP}] dev-python/distro[${PYTHON_USEDEP}] |