mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Gilles Dartiguelongue
parent
05812cdca2
commit
c8e6838c61
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user