commit: b009de5ebe1aabf208bdc2460079bcbeac2d7776 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Sep 3 13:22:40 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 21 12:36:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b009de5e
app-text/zathura-cb: update live Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/zathura-cb/zathura-cb-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-text/zathura-cb/zathura-cb-9999.ebuild b/app-text/zathura-cb/zathura-cb-9999.ebuild index fa6f6f40d74b..fbc4db911ed5 100644 --- a/app-text/zathura-cb/zathura-cb-9999.ebuild +++ b/app-text/zathura-cb/zathura-cb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,9 +20,12 @@ HOMEPAGE="https://pwmt.org/projects/zathura-cb/" LICENSE="ZLIB" SLOT="0" +# Tests currently only validating data files +RESTRICT="test" + RDEPEND="app-arch/libarchive:= >=app-text/zathura-0.3.9 - dev-libs/girara + dev-libs/girara:= dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf:2[jpeg]
