diff options
author | Sam James <sam@gentoo.org> | 2021-02-15 03:24:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 03:30:06 +0000 |
commit | de3a4be036fc36e48c52f9ca52e92a71cd4e0835 (patch) | |
tree | 919435958ea98d58e4e8df4ae12ce8348f8f744c /app-office | |
parent | app-office/texstudio: bump to 3.0.5 (diff) | |
download | gentoo-de3a4be036fc36e48c52f9ca52e92a71cd4e0835.tar.gz gentoo-de3a4be036fc36e48c52f9ca52e92a71cd4e0835.tar.bz2 gentoo-de3a4be036fc36e48c52f9ca52e92a71cd4e0835.zip |
app-office/texstudio: 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 'app-office')
-rw-r--r-- | app-office/texstudio/texstudio-3.0.4-r1.ebuild (renamed from app-office/texstudio/texstudio-3.0.4.ebuild) | 2 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-3.0.5.ebuild | 2 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-office/texstudio/texstudio-3.0.4.ebuild b/app-office/texstudio/texstudio-3.0.4-r1.ebuild index cf2f6704d36c..fca57b96036c 100644 --- a/app-office/texstudio/texstudio-3.0.4.ebuild +++ b/app-office/texstudio/texstudio-3.0.4-r1.ebuild @@ -19,7 +19,7 @@ IUSE="video" COMMON_DEPEND=" app-text/hunspell:= app-text/poppler[qt5] - >=dev-libs/quazip-0.7.2[qt5(+)] + >=dev-libs/quazip-0.7.2:0[qt5(+)] dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtconcurrent:5 diff --git a/app-office/texstudio/texstudio-3.0.5.ebuild b/app-office/texstudio/texstudio-3.0.5.ebuild index fb40a058bc22..b762eb4fbdd4 100644 --- a/app-office/texstudio/texstudio-3.0.5.ebuild +++ b/app-office/texstudio/texstudio-3.0.5.ebuild @@ -19,7 +19,7 @@ IUSE="video" COMMON_DEPEND=" app-text/hunspell:= app-text/poppler[qt5] - >=dev-libs/quazip-0.7.2[qt5(+)] + >=dev-libs/quazip-0.7.2:0[qt5(+)] dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtconcurrent:5 diff --git a/app-office/texstudio/texstudio-9999.ebuild b/app-office/texstudio/texstudio-9999.ebuild index 5088db2d1687..feb15564ad18 100644 --- a/app-office/texstudio/texstudio-9999.ebuild +++ b/app-office/texstudio/texstudio-9999.ebuild @@ -18,7 +18,7 @@ IUSE="video" COMMON_DEPEND=" app-text/hunspell:= app-text/poppler[qt5] - >=dev-libs/quazip-0.7.2[qt5(+)] + >=dev-libs/quazip-0.7.2:0[qt5(+)] dev-qt/designer:5 dev-qt/qtcore:5 dev-qt/qtconcurrent:5 |