summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-16 16:41:10 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-16 19:34:51 +0200
commit575760b2ad5b4f5271226240f4c9ed80864a61c3 (patch)
treeeb4ebd4c59d43ca64898dae4e6c344e604208f8b /sys-apps/portage
parentsys-apps/openrc: 0.29 version bump (diff)
downloadgentoo-575760b2ad5b4f5271226240f4c9ed80864a61c3.tar.gz
gentoo-575760b2ad5b4f5271226240f4c9ed80864a61c3.tar.bz2
gentoo-575760b2ad5b4f5271226240f4c9ed80864a61c3.zip
sys-apps/portage: Bump the live ebuild to EAPI=6
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
Diffstat (limited to 'sys-apps/portage')
-rw-r--r--sys-apps/portage/portage-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild
index 84c6b23d3b45..5e2c76aee65c 100644
--- a/sys-apps/portage/portage-9999.ebuild
+++ b/sys-apps/portage/portage-9999.ebuild
@@ -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"