dev-libs/libpwquality: EAPI 6, python3_5

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2973

Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2016-12-01 17:56:40 +01:00
committed by Gilles Dartiguelongue
parent 05812cdca2
commit c8e6838c61

View File

@@ -1,9 +1,9 @@
# 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
@@ -27,6 +27,7 @@ DEPEND="${RDEPEND}
"
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"