From 4f76be6e26d41d9a972335606a7ffa4e1b567e8c Mon Sep 17 00:00:00 2001 From: borgorworgor <79546614+borgorworgor@users.noreply.github.com> Date: Thu, 30 Dec 2021 13:37:18 +0000 Subject: 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 4d743b9..b807c2f 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 -- cgit v1.0