portage: apply CoreOS patches to 2.2.20 ebuild

The 2.2.18 patches apply as-is except for the unicode fix which was
resolved upstream.
This commit is contained in:
Michael Marineau 2015-07-11 19:03:11 -07:00
parent 56de858200
commit 4aef6d7d80

View File

@ -79,6 +79,12 @@ TARBALL_PV=${PV}
SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2 SRC_URI="mirror://gentoo/${PN}-${TARBALL_PV}.tar.bz2
$(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)" $(prefix_src_archives ${PN}-${TARBALL_PV}.tar.bz2)"
PATCHES=(
"${FILESDIR}/${PN}-2.2.18-0001-portage-repository-config.py-add-disabled-attribute-.patch"
"${FILESDIR}/${PN}-2.2.18-0002-environment-Filter-EROOT-for-all-EAPIs.patch"
"${FILESDIR}/${PN}-2.2.18-0003-depgraph-ensure-slot-rebuilds-happen-in-the-correct-.patch"
)
python_prepare_all() { python_prepare_all() {
distutils-r1_python_prepare_all distutils-r1_python_prepare_all