diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-08 21:55:24 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-08 22:03:29 +0300 |
commit | 35931f6d9ca370009df021a20741fcf560c2ce7b (patch) | |
tree | ebbec76df9da84af7e919d70ef5e214f274bbc10 /app-text/zathura | |
parent | dev-libs/girara: Move to the zero slot (diff) | |
download | gentoo-35931f6d9ca370009df021a20741fcf560c2ce7b.tar.gz gentoo-35931f6d9ca370009df021a20741fcf560c2ce7b.tar.bz2 gentoo-35931f6d9ca370009df021a20741fcf560c2ce7b.zip |
app-text/zathura: fix girara slot
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-text/zathura')
-rw-r--r-- | app-text/zathura/zathura-0.3.8.ebuild | 4 | ||||
-rw-r--r-- | app-text/zathura/zathura-0.4.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/zathura/zathura-9999.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-text/zathura/zathura-0.3.8.ebuild b/app-text/zathura/zathura-0.3.8.ebuild index 3bbbd76e6463..77c3802a951a 100644 --- a/app-text/zathura/zathura-0.3.8.ebuild +++ b/app-text/zathura/zathura-0.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ LICENSE="ZLIB" SLOT="0" IUSE="+magic sqlite synctex test" -RDEPEND=">=dev-libs/girara-0.2.8:3= +RDEPEND=">=dev-libs/girara-0.2.8:= >=dev-libs/glib-2.32:2= x11-libs/cairo:= >=x11-libs/gtk+-3.6:3 diff --git a/app-text/zathura/zathura-0.4.1.ebuild b/app-text/zathura/zathura-0.4.1.ebuild index 8021ab0339ec..842130d46e6b 100644 --- a/app-text/zathura/zathura-0.4.1.ebuild +++ b/app-text/zathura/zathura-0.4.1.ebuild @@ -22,7 +22,7 @@ SLOT="0" IUSE="+magic seccomp sqlite synctex test" RDEPEND="dev-libs/appstream - >=dev-libs/girara-0.3.1:0 + >=dev-libs/girara-0.3.1:= >=dev-libs/glib-2.50:2 dev-util/desktop-file-utils dev-python/sphinx diff --git a/app-text/zathura/zathura-9999.ebuild b/app-text/zathura/zathura-9999.ebuild index 70f20b7aed63..89006688f4d4 100644 --- a/app-text/zathura/zathura-9999.ebuild +++ b/app-text/zathura/zathura-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ LICENSE="ZLIB" SLOT="0" IUSE="+magic sqlite synctex test" -RDEPEND=">=dev-libs/girara-0.2.7:3= +RDEPEND=">=dev-libs/girara-0.2.7:= >=dev-libs/glib-2.32:2= x11-libs/cairo:= >=x11-libs/gtk+-3.6:3 |