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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90AF0158099 for ; Fri, 1 Dec 2023 11:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE09B2BC01D; Fri, 1 Dec 2023 11:31:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B14732BC01E for ; Fri, 1 Dec 2023 11:31:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBAE6335D77 for ; Fri, 1 Dec 2023 11:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32017143E for ; Fri, 1 Dec 2023 11:30:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1701430251.563c2e46a2895517416cf2a7b9fc4433f8b68b47.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pqiv/pqiv-2.12.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 563c2e46a2895517416cf2a7b9fc4433f8b68b47 X-VCS-Branch: master Date: Fri, 1 Dec 2023 11:30:59 +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: 10c278dc-b28d-4526-8086-8909bf89e855 X-Archives-Hash: 254acc131d8d2b6d14c4caae5bf7d38d commit: 563c2e46a2895517416cf2a7b9fc4433f8b68b47 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 1 11:29:32 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 1 11:30:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563c2e46 media-gfx/pqiv: Add USE dependency on poppler[cairo] Update HOMEPAGE. Closes: https://bugs.gentoo.org/914243 Signed-off-by: Ulrich Müller gentoo.org> media-gfx/pqiv/pqiv-2.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/pqiv/pqiv-2.12.ebuild b/media-gfx/pqiv/pqiv-2.12.ebuild index f3ab04fd650e..674846dfd9b9 100644 --- a/media-gfx/pqiv/pqiv-2.12.ebuild +++ b/media-gfx/pqiv/pqiv-2.12.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit edo linux-info toolchain-funcs xdg DESCRIPTION="A powerful GTK 3 based command-line image viewer with a minimal UI" -HOMEPAGE="https://github.com/phillipberndt/pqiv http://www.pberndt.com/Programme/Linux/pqiv/" +HOMEPAGE="https://github.com/phillipberndt/pqiv https://www.pberndt.com/Programme/Linux/pqiv/" SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" @@ -23,7 +23,7 @@ RDEPEND=" archive? ( app-arch/libarchive:0= ) ffmpeg? ( media-video/ffmpeg:0= ) imagemagick? ( media-gfx/imagemagick:0= ) - pdf? ( app-text/poppler:0= ) + pdf? ( app-text/poppler:0=[cairo] ) postscript? ( app-text/libspectre:0= ) webp? ( media-libs/libwebp:0= ) "