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= )
 "

Reply via email to