diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-09-03 16:27:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-10-21 15:36:22 +0300 |
commit | 4775c21c55125252902c42aa6a437dff6d2ac693 (patch) | |
tree | 508b66bf31e0b80519d37326db2ea486a94518c3 /app-text/zathura-djvu | |
parent | app-text/zathura-djvu: add 0.2.10 (diff) | |
download | gentoo-4775c21c55125252902c42aa6a437dff6d2ac693.tar.gz gentoo-4775c21c55125252902c42aa6a437dff6d2ac693.tar.bz2 gentoo-4775c21c55125252902c42aa6a437dff6d2ac693.zip |
app-text/zathura-djvu: update live
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/zathura-djvu')
-rw-r--r-- | app-text/zathura-djvu/zathura-djvu-9999.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-text/zathura-djvu/zathura-djvu-9999.ebuild b/app-text/zathura-djvu/zathura-djvu-9999.ebuild index 8b3af5827a64..1cc4a9881a29 100644 --- a/app-text/zathura-djvu/zathura-djvu-9999.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson xdg @@ -20,9 +20,12 @@ HOMEPAGE="https://pwmt.org/projects/zathura-djvu/" LICENSE="ZLIB" SLOT="0" +# Tests currently only validating data files +RESTRICT="test" + RDEPEND="app-text/djvu >=app-text/zathura-0.3.9 - dev-libs/girara + dev-libs/girara:= dev-libs/glib:2 x11-libs/cairo" |