diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-10 21:35:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-10 21:36:25 +0300 |
commit | 75b8ad48d234d820aa2672115712cac977e7f458 (patch) | |
tree | 0f491dc88638779f8fce9eb29d4f3ec7c8804ddf | |
parent | x11-base/xorg-server: Disable dri3 with USE=minimal (diff) | |
download | gentoo-75b8ad48d234d820aa2672115712cac977e7f458.tar.gz gentoo-75b8ad48d234d820aa2672115712cac977e7f458.tar.bz2 gentoo-75b8ad48d234d820aa2672115712cac977e7f458.zip |
app-text/zathura: Drop wrong sub-slot operators
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
-rw-r--r-- | app-text/zathura/zathura-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/zathura/zathura-0.4.1.ebuild b/app-text/zathura/zathura-0.4.1.ebuild index 842130d46e6b..1b9071f73e74 100644 --- a/app-text/zathura/zathura-0.4.1.ebuild +++ b/app-text/zathura/zathura-0.4.1.ebuild @@ -22,15 +22,15 @@ SLOT="0" IUSE="+magic seccomp sqlite synctex test" RDEPEND="dev-libs/appstream - >=dev-libs/girara-0.3.1:= + >=dev-libs/girara-0.3.1 >=dev-libs/glib-2.50:2 dev-util/desktop-file-utils dev-python/sphinx x11-libs/cairo >=x11-libs/gtk+-3.22:3 - magic? ( sys-apps/file:= ) + magic? ( sys-apps/file ) seccomp? ( sys-libs/libseccomp ) - sqlite? ( >=dev-db/sqlite-3.5.9:3= ) + sqlite? ( >=dev-db/sqlite-3.5.9:3 ) synctex? ( app-text/texlive-core )" DEPEND="${RDEPEND} |