New comment by liarimu on void-packages repository https://github.com/void-linux/void-packages/pull/38353#issuecomment-1405626057 Comment: ```diff --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,6 +1,6 @@ # Template file for 'portage' pkgname=portage -version=3.0.39 +version=3.0.44 revision=1 build_style=python3-module make_install_args="--sbindir=/usr/bin" @@ -12,12 +12,11 @@ maintainer="teldra " license="GPL-2.0-only" homepage="https://wiki.gentoo.org/wiki/Portage" changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS" -distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz" -checksum=be4e50ac1b3af2c569b967d6726f10037fc4f992c62ae2fce61250cd18d3eaec +distfiles="https://github.com/gentoo/portage/archive/portage-${version}.tar.gz" +checksum=c7171aae7a6d6228b3ecc37819ce4d5c7652a9f47dde4db21d5ce4437d0ae19a # Can not be run in ci make_check=ci-skip -conf_files=" - /etc/dispatch-conf.conf - /etc/etc-update.conf - /etc/logrotate.d/elog-save-summary" +conf_files="/etc/dispatch-conf.conf + /etc/etc-update.conf + /etc/logrotate.d/elog-save-summary" ```