From 66fff94402607cbbb7c79d3d45c576f348ced9e3 Mon Sep 17 00:00:00 2001 From: teldra Date: Sat, 26 Nov 2022 02:20:26 +0100 Subject: [PATCH] portage: update to 3.0.44. with help by https://github.com/void-linux/void-packages/pull/38353#issuecomment-1405626057 @liarimu --- srcpkgs/portage/template | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template index 8e20cd92b638..bb6c1ae41fe2 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,21 +1,24 @@ # Template file for 'portage' pkgname=portage -version=3.0.32 -revision=2 +version=3.0.44 +revision=1 build_style=python3-module make_install_args="--sbindir=/usr/bin" hostmakedepends="python3" depends="python3 rsync xmlto eselect tar zstd" -checkdepends="tar zstd" +checkdepends="tar zstd gnupg" short_desc="Gentoo's package management system" maintainer="teldra " license="GPL-2.0-only" homepage="https://wiki.gentoo.org/wiki/Portage" -changelog="https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES" -distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz" -checksum=442c028fb8c8926491bc92f0d4d25a5ffabb1750d10f9c056471c1768a9202a2 +changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS" +distfiles="https://github.com/gentoo/portage/archive/portage-${version}.tar.gz" +checksum=c7171aae7a6d6228b3ecc37819ce4d5c7652a9f47dde4db21d5ce4437d0ae19a +# unshare cannot be used in CI +# https://bugs.gentoo.org/show_bug.cgi?id=680456 +# https://forums.gentoo.org/viewtopic-t-1113256-start-0.html +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"