commit: 6f48437615ca5f34cd140ed3838f1c042af8cb81 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Sep 3 13:39:42 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Oct 21 12:36:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f484376
app-text/zathura-ps: update live Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-text/zathura-ps/zathura-ps-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-text/zathura-ps/zathura-ps-9999.ebuild b/app-text/zathura-ps/zathura-ps-9999.ebuild index 52b16b0f9b8d..e5fed454182c 100644 --- a/app-text/zathura-ps/zathura-ps-9999.ebuild +++ b/app-text/zathura-ps/zathura-ps-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 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-ps/download/" LICENSE="ZLIB" SLOT="0" +# Tests currently only validating data files +RESTRICT="test" + DEPEND="app-text/libspectre >=app-text/zathura-0.3.9 - dev-libs/girara + dev-libs/girara:= dev-libs/glib:2 x11-libs/cairo"
