From 37db924f6bdb2ce1936df7c2455a06f8f1514df1 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 29 Jul 2022 18:45:23 +0200 Subject: [PATCH] portage: update to 3.0.34. --- srcpkgs/portage/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template index a46550ae3ad4..b590dbdadb93 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,20 +1,22 @@ # Template file for 'portage' pkgname=portage -version=3.0.32 +version=3.0.34 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" 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 python3-pylint" 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" +changelog="https://gitweb.gentoo.org/proj/portage.git/plain/NEWS" distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz" -checksum=442c028fb8c8926491bc92f0d4d25a5ffabb1750d10f9c056471c1768a9202a2 +checksum=a53efb5e3dfed25c40c364217afc68533b7a0a20a6a5a4fad5a76f35332f03fa + +export FEATURES="-ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox" conf_files=" /etc/dispatch-conf.conf