summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-17 13:49:46 +0200
committerMichał Górny <mgorny@gentoo.org>2021-08-17 13:49:46 +0200
commitca0dcd29810535bcecf8c95f80e2426b1823a24a (patch)
tree23624db6e3cff5bd5fea2de2f7aa2f8d56229ace /sys-apps
parentdev-python/python-podman: Remove old (diff)
downloadgentoo-ca0dcd29810535bcecf8c95f80e2426b1823a24a.tar.gz
gentoo-ca0dcd29810535bcecf8c95f80e2426b1823a24a.tar.bz2
gentoo-ca0dcd29810535bcecf8c95f80e2426b1823a24a.zip
sys-apps/portage: Remove obsolete eapply calls
Closes: https://bugs.gentoo.org/808737 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/portage/portage-3.0.22.ebuild15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-apps/portage/portage-3.0.22.ebuild b/sys-apps/portage/portage-3.0.22.ebuild
index 074056061fbb..53b4d81e5ab3 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