commit:     ca0dcd29810535bcecf8c95f80e2426b1823a24a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 17 11:49:46 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 17 11:49:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0dcd29

sys-apps/portage: Remove obsolete eapply calls

Closes: https://bugs.gentoo.org/808737
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-apps/portage/portage-3.0.22.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/sys-apps/portage/portage-3.0.22.ebuild 
b/sys-apps/portage/portage-3.0.22.ebuild
index 074056061fb..53b4d81e5ab 100644
--- a/sys-apps/portage/portage-3.0.22.ebuild
+++ b/sys-apps/portage/portage-3.0.22.ebuild
@@ -83,21 +83,6 @@ pkg_pretend() {
 python_prepare_all() {
        distutils-r1_python_prepare_all
 
-       # Revert due to regressions:
-       # https://bugs.gentoo.org/777492
-       # https://github.com/gentoo/portage/pull/728
-       eapply -R "${DISTDIR}/portage-3.0.20-bug-777492-209be9a.patch"
-       eapply -R "${DISTDIR}/portage-3.0.20-bug-777492-a4d8829.patch"
-
-       # Apply regression fix for https://bugs.gentoo.org/796584.
-       eapply "${DISTDIR}/portage-3.0.20-bug-796584-693f6bf.patch"
-
-       # Apply EAPI 8 fix for https://bugs.gentoo.org/796812.
-       eapply "${DISTDIR}/portage-3.0.20-bug-796812-2ce11f0.patch"
-
-       # Apply EAPI 8 fix for https://bugs.gentoo.org/796959
-       eapply "${DISTDIR}/portage-3.0.20-bug-796959-c8a52e1-c3e4919.patch"
-
        sed -e "s:^VERSION = \"HEAD\"$:VERSION = \"${PV}\":" -i 
lib/portage/__init__.py || die
 
        if use gentoo-dev; then

Reply via email to