summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2019-03-22 17:30:51 +0100
committerMichael Haubenwallner <haubi@gentoo.org>2019-03-25 13:01:32 +0100
commitbeae731778eee1216ad4d94d52935617598320ae (patch)
tree2998710bf6a2494815a323c97c5912d529ae2a37 /sys-apps/portage/portage-2.3.62.ebuild
parentpython-utils-r1.eclass: support USE=prefix-stack (diff)
downloadprefix-beae731778eee1216ad4d94d52935617598320ae.tar.gz
prefix-beae731778eee1216ad4d94d52935617598320ae.tar.bz2
prefix-beae731778eee1216ad4d94d52935617598320ae.zip
sys-apps/portage: replace prefix-chaining patch
All the prefix-chaining patches do not apply any more. This has switched over to FEATURES=stacked-prefix, and again switched over to USE=prefix-stack. Current prefix-portage is at FEATURES=stacked-prefix, so there still is a patch necessary, although unconditionally now. Bug: https://bugs.gentoo.org/658572 Package-Manager: Portage-2.3.62-prefix, Repoman-2.3.12 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'sys-apps/portage/portage-2.3.62.ebuild')
-rw-r--r--sys-apps/portage/portage-2.3.62.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/portage/portage-2.3.62.ebuild b/sys-apps/portage/portage-2.3.62.ebuild
index 9528084055..e2ca476f68 100644
--- a/sys-apps/portage/portage-2.3.62.ebuild
+++ b/sys-apps/portage/portage-2.3.62.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"
LICENSE="GPL-2"
KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
-IUSE="build doc epydoc +ipc +native-extensions selinux xattr prefix-chaining"
+IUSE="build doc epydoc +ipc +native-extensions selinux xattr"
DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') )
>=app-arch/tar-1.27
@@ -92,8 +92,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
epatch "${FILESDIR}"/${PN}-2.3.45-ebuildshell.patch # 155161
- use prefix-chaining && # maybe useful even with stacked-prefix
- epatch "${FILESDIR}"/${PN}-2.3.40-prefix-chaining.patch
if use native-extensions; then
printf "[build_ext]\nportage-ext-modules=true\n" >> \