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 9C001158042 for ; Mon, 21 Oct 2024 12:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D9BE09B1; Mon, 21 Oct 2024 12:36:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7D252E09B1 for ; Mon, 21 Oct 2024 12:36:32 +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 9657D340C33 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 F29EF1F45 for ; Mon, 21 Oct 2024 12:36:28 +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: <1729514182.4775c21c55125252902c42aa6a437dff6d2ac693.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-djvu/zathura-djvu-9999.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 4775c21c55125252902c42aa6a437dff6d2ac693 X-VCS-Branch: master Date: Mon, 21 Oct 2024 12:36:28 +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: 231a4598-35ff-4dfc-b8ab-269f48a8c7a2 X-Archives-Hash: 95778dbec443508aa0b3eaf731eab869 commit: 4775c21c55125252902c42aa6a437dff6d2ac693 Author: Alfred Wingate protonmail com> AuthorDate: Tue Sep 3 13:27:20 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 21 12:36:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4775c21c app-text/zathura-djvu: update live Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-text/zathura-djvu/zathura-djvu-9999.ebuild | 9 ++++++--- 1 file 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"