diff options
| author | borgorworgor <79546614+borgorworgor@users.noreply.github.com> | 2021-12-30 13:37:18 +0000 |
|---|---|---|
| committer | Vedang Manerikar <ved.manerikar@gmail.com> | 2022-01-03 08:18:55 +0530 |
| commit | 4f76be6e26d41d9a972335606a7ffa4e1b567e8c (patch) | |
| tree | f23282f240ea8e22b08a2c7578ac96191ef0b9bb /server | |
| parent | bfe963ab4f375396954bcf4ee136a9ef4cf9204e (diff) | |
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
Diffstat (limited to 'server')
| -rwxr-xr-x | server/autobuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
