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 2DD54158042 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 786E1E09AE; Mon, 21 Oct 2024 12:36:32 +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 636E9E09AE 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 A9CE9342FA8 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 28F9B1FBE 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.8146f1d77e93835462118c47d2ece44a31e8a635.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild X-VCS-Directories: app-text/zathura-pdf-mupdf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8146f1d77e93835462118c47d2ece44a31e8a635 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: ee4c1f62-9858-46aa-9199-16e2eeb4905e X-Archives-Hash: 12af8d4291f4219a9e1a024527117d74 commit: 8146f1d77e93835462118c47d2ece44a31e8a635 Author: Alfred Wingate protonmail com> AuthorDate: Tue Sep 3 13:32:06 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=8146f1d7 app-text/zathura-pdf-mupdf: update live Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild index 8942ebaca741..70c7609cebde 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-9999.ebuild @@ -21,10 +21,13 @@ LICENSE="ZLIB" SLOT="0" IUSE="+javascript" +# Tests currently only validating data files +RESTRICT="test" + DEPEND=" - >=app-text/mupdf-1.20.0:=[javascript?] - >=app-text/zathura-0.5.2:= - dev-libs/girara + >=app-text/mupdf-1.24.0:=[javascript?] + >=app-text/zathura-0.2.0:= + dev-libs/girara:= dev-libs/glib:2 x11-libs/cairo " @@ -34,7 +37,7 @@ RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" PATCHES=( - "${FILESDIR}/${PN}-0.4.3-meson-mupdfthird.patch" + "${FILESDIR}/zathura-pdf-mupdf-0.4.3-meson-mupdfthird.patch" ) src_prepare() (