portage: update to 2.3.101
This commit is contained in:
parent
85bbc74de9
commit
034c00ce2c
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'portage'
|
||||
pkgname=portage
|
||||
version=2.3.100
|
||||
version=2.3.101
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=python3-module
|
||||
make_install_args="--sbindir=/usr/bin"
|
||||
hostmakedepends="python3"
|
||||
depends="python3 rsync xmlto eselect"
|
||||
depends="python3 rsync xmlto eselect tar zstd"
|
||||
checkdepends="tar zstd"
|
||||
short_desc="Gentoo's package management system"
|
||||
maintainer="teldra <teldra@rotce.de>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://wiki.gentoo.org/wiki/Portage"
|
||||
distfiles="https://github.com/gentoo/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=f55cee9b15da0147428974b9f9a2bcd1707649fcfff6ee2a185883a3753b118e
|
||||
checksum=dd3f5e6bf122fea87b5eabd106f2eafbbd2e2aff03ca2106d215c34a84dff539
|
||||
|
||||
conf_files="
|
||||
/etc/dispatch-conf.conf
|
||||
|
|
Loading…
Reference in a new issue