From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62E01158042 for ; Mon, 21 Oct 2024 12:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 564DFE09BF; Mon, 21 Oct 2024 12:36:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2155BE09BF for ; Mon, 21 Oct 2024 12:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E81A534308C for ; Mon, 21 Oct 2024 12:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A6A122D7 for ; Mon, 21 Oct 2024 12:36:29 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1729514183.6f48437615ca5f34cd140ed3838f1c042af8cb81.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-ps/zathura-ps-9999.ebuild X-VCS-Directories: app-text/zathura-ps/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6f48437615ca5f34cd140ed3838f1c042af8cb81 X-VCS-Branch: master Date: Mon, 21 Oct 2024 12:36:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0085aeb-fff8-4e82-bba8-edca923cbbc4 X-Archives-Hash: a7dec1bef95e3eefaaa17d9710da936e commit: 6f48437615ca5f34cd140ed3838f1c042af8cb81 Author: Alfred Wingate protonmail com> AuthorDate: Tue Sep 3 13:39:42 2024 +0000 Commit: Joonas Niilola gentoo 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 protonmail.com> Signed-off-by: Joonas Niilola 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"