Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2973
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit eutils multilib pam python-r1 toolchain-funcs
"
src_prepare() {
+ default
# ensure pkgconfig files go in /usr
sed -e 's:\(pkgconfigdir *=\).*:\1 '${EPREFIX}/usr/$(get_libdir)'/pkgconfig:' \
-i src/Makefile.{am,in} || die "sed failed"