diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-09 18:06:37 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-09-09 18:09:22 +0200 |
commit | 2fa8683e85a9a70e8b740558fc483124bce3fb95 (patch) | |
tree | fa3d32c72a4897e29cad3cef6cb9460baa30f7e0 /sci-electronics/fritzing | |
parent | net-im/zoom: depend on quazip[qt5(+)] (diff) | |
download | gentoo-2fa8683e85a9a70e8b740558fc483124bce3fb95.tar.gz gentoo-2fa8683e85a9a70e8b740558fc483124bce3fb95.tar.bz2 gentoo-2fa8683e85a9a70e8b740558fc483124bce3fb95.zip |
sci-electronics/fritzing: depend on quazip[qt5(+)]
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-electronics/fritzing')
-rw-r--r-- | sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild b/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild index 8a0a7c564b1e..da0b0ccbba53 100644 --- a/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild +++ b/sci-electronics/fritzing/fritzing-0.9.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - dev-libs/quazip:0= + dev-libs/quazip:0=[qt5(+)] dev-libs/libgit2:= dev-qt/qtconcurrent:5 dev-qt/qtcore:5 |