diff options
author | 2021-02-15 03:30:53 +0000 | |
---|---|---|
committer | 2021-02-15 03:30:53 +0000 | |
commit | 7cbd27baa7f7992245568f6ec7ca7f707df1f792 (patch) | |
tree | a87d727ea3e361e978f506256a27432e97aa0f59 /media-gfx/nomacs | |
parent | app-office/texstudio: fix quazip slot dep (diff) | |
download | gentoo-7cbd27baa7f7992245568f6ec7ca7f707df1f792.tar.gz gentoo-7cbd27baa7f7992245568f6ec7ca7f707df1f792.tar.bz2 gentoo-7cbd27baa7f7992245568f6ec7ca7f707df1f792.zip |
media-gfx/nomacs: fix quazip slot dep
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/nomacs')
-rw-r--r-- | media-gfx/nomacs/nomacs-3.16.224-r1.ebuild (renamed from media-gfx/nomacs/nomacs-3.16.224.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/nomacs/nomacs-3.16.224.ebuild b/media-gfx/nomacs/nomacs-3.16.224-r1.ebuild index 252958e43a9a..efac4a65c05b 100644 --- a/media-gfx/nomacs/nomacs-3.16.224.ebuild +++ b/media-gfx/nomacs/nomacs-3.16.224-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ RDEPEND=" dev-qt/qtimageformats:5 media-libs/tiff ) - zip? ( dev-libs/quazip ) + zip? ( dev-libs/quazip:0 ) " DEPEND="${RDEPEND}" BDEPEND=" |