From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E461138359 for ; Sun, 22 Nov 2020 19:54:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6192FE07DB; Sun, 22 Nov 2020 19:54:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49DBCE07DB for ; Sun, 22 Nov 2020 19:54:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C7D9340BD3 for ; Sun, 22 Nov 2020 19:54:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBA942C for ; Sun, 22 Nov 2020 19:54:39 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1606074872.d04117118ee16f77ac19eb081f774277a0931729.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/portage/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/portage/portage-3.0.10-r1.ebuild sys-apps/portage/portage-3.0.10.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: d04117118ee16f77ac19eb081f774277a0931729 X-VCS-Branch: master Date: Sun, 22 Nov 2020 19:54:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd6e3769-5f33-4e20-bc64-196175db4d4b X-Archives-Hash: cc3fe34e5f9a7ec85f81a147b1f711bb commit: d04117118ee16f77ac19eb081f774277a0931729 Author: Zac Medico gentoo org> AuthorDate: Sun Nov 22 19:52:00 2020 +0000 Commit: Zac Medico gentoo 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 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