commit:     d04117118ee16f77ac19eb081f774277a0931729
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 19:52:00 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 19:54:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0411711

sys-apps/portage: 3.0.10-r1 revbump for bug 755950

 #755950 compare_files: fix missing xattr handling

Bug: https://bugs.gentoo.org/756028
Bug: https://bugs.gentoo.org/755950
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 sys-apps/portage/{portage-3.0.10.ebuild => portage-3.0.10-r1.ebuild} | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sys-apps/portage/portage-3.0.10.ebuild 
b/sys-apps/portage/portage-3.0.10-r1.ebuild
similarity index 97%
rename from sys-apps/portage/portage-3.0.10.ebuild
rename to sys-apps/portage/portage-3.0.10-r1.ebuild
index 28cd3d04cca..671587b6636 100644
--- a/sys-apps/portage/portage-3.0.10.ebuild
+++ b/sys-apps/portage/portage-3.0.10-r1.ebuild
@@ -93,6 +93,11 @@ pkg_pretend() {
 python_prepare_all() {
        distutils-r1_python_prepare_all
 
+       # Apply ae8b18f868c9bd039643f89f28f9d92ce8966c3c for bug 755950
+       sed -e 's:^\(from portage.util._xattr import\) \(xattr\)$:\1 
XATTRS_WORKS, \2:' \
+               -e 's:xattr\.XATTRS_WORKS:XATTRS_WORKS:' \
+               -i lib/portage/util/_compare_files.py || die
+
        sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
        if use gentoo-dev; then

Reply via email to