Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

portage: update to 2.3.86 #18720

Merged
merged 1 commit into from
Feb 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions srcpkgs/portage/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Template file for 'portage'
pkgname=portage
version=2.3.84
version=2.3.86
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=python3-module
pycompile_module="portage _emerge"
make_install_args="--sbindir=/usr/bin"
hostmakedepends="python3"
depends="python3 rsync xmlto eselect"
Expand All @@ -13,7 +12,7 @@ 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=f59f2304dd9ddb386eb459ca5a6814e7eef7486f1786f6e6c3236caf4a9374cb
checksum=b40b39ef4e59e60165caa659a1d0de19c851ac000a89341c6ebbe20ca666fcdd

conf_files="
/etc/dispatch-conf.conf
Expand Down