emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/pdf-tools 4f76be6e26 3/3: Fix: error when using autobuild


From: ELPA Syncer
Subject: [nongnu] elpa/pdf-tools 4f76be6e26 3/3: Fix: error when using autobuild on Gentoo
Date: Sun, 2 Jan 2022 21:58:21 -0500 (EST)

branch: elpa/pdf-tools
commit 4f76be6e26d41d9a972335606a7ffa4e1b567e8c
Author: borgorworgor <79546614+borgorworgor@users.noreply.github.com>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>

    Fix: error when using autobuild on Gentoo
    
    This fixes `autobuild` failing on Gentoo if the user hasn't compiled
    `dev-util/pkgconf`[1]. Autobuild fails due to the removed[2]
    repository `dev-util/pkgconfig`. The new name is now
    `dev-util/pkgconf`.
    
    1: https://packages.gentoo.org/packages/dev-util/pkgconf
    2:
    https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg93072.html
    Closes: politza#695, politza#693
---
 server/autobuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/autobuild b/server/autobuild
index 4d743b9172..b807c2f870 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -398,7 +398,7 @@ os_gentoo() {
     PKGCMD=emerge
     PKGARGS=--noreplace
     PACKAGES="app-text/poppler
-              dev-util/pkgconfig
+              dev-util/pkgconf
               media-libs/libpng
               sys-devel/autoconf
               sys-devel/automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]