portage: rebuild for Python 3.12

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:03:37 -04:00
parent 60b1026947
commit d7996f1e7b
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'portage'
pkgname=portage
version=3.0.44
revision=1
revision=2
build_style=python3-module
make_install_args="--sbindir=/usr/bin"
hostmakedepends="python3"
hostmakedepends="python3 python3-setuptools"
depends="python3 rsync xmlto eselect tar zstd"
checkdepends="tar zstd gnupg"
short_desc="Gentoo's package management system"