From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1575525-garchives=archives.gentoo.org@lists.gentoo.org>
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 <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2023 11:30:59 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
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" <ulm@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
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 <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 11:29:32 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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= )
 "