sys-apps/portage: Bump the live ebuild to EAPI=6
authorMichał Górny <mgorny@gentoo.org>
Wed, 16 Aug 2017 14:41:10 +0000 (16:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 16 Aug 2017 17:34:51 +0000 (19:34 +0200)
Bump the live ebuild to EAPI=6 in order to make use of eapply_user
which is capable of applying -p1 user patches that add new files
correctly, unlike epatch_user.

Closes: https://github.com/gentoo/gentoo/pull/5445

sys-apps/portage/portage-9999.ebuild

index 84c6b23d3b45c576419032103de2a4576515c793..5e2c76aee65c8bd64ab7008dbf9c0688b67ba900 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=(
        pypy
@@ -10,7 +10,7 @@ PYTHON_COMPAT=(
 )
 PYTHON_REQ_USE='bzip2(+),threads(+)'
 
-inherit distutils-r1 git-r3 multilib
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Portage is the package management and distribution system for Gentoo"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage"