dev-libs/libpwquality: EAPI 6, python3_5
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>
Thu, 1 Dec 2016 16:56:40 +0000 (17:56 +0100)
committerGilles Dartiguelongue <eva@gentoo.org>
Wed, 4 Jan 2017 22:37:03 +0000 (23:37 +0100)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2973

Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
dev-libs/libpwquality/libpwquality-1.3.0.ebuild

index 3dd2bdc6ba15c83cfeda63bd1f43c85340a3f7d8..5dfe07317f9481e812c1c334cc5c08acfdb6e949 100644 (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"