From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72F02139085 for ; Wed, 4 Jan 2017 22:37:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DED0CE0CA1; Wed, 4 Jan 2017 22:37:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB19CE0C9B for ; Wed, 4 Jan 2017 22:37:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 904BA341293 for ; Wed, 4 Jan 2017 22:37:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2693261E for ; Wed, 4 Jan 2017 22:37:37 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1483569423.c8e6838c619b93663d75dc3792b3bba93accaee1.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpwquality/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpwquality/libpwquality-1.3.0.ebuild X-VCS-Directories: dev-libs/libpwquality/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c8e6838c619b93663d75dc3792b3bba93accaee1 X-VCS-Branch: master Date: Wed, 4 Jan 2017 22:37:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9a2ba4ad-12f5-444c-940c-dd50bb9d3b04 X-Archives-Hash: 4dd02558222671a687e065ee2078c007 commit: c8e6838c619b93663d75dc3792b3bba93accaee1 Author: Andreas Sturmlechner gmail com> AuthorDate: Thu Dec 1 16:56:40 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Jan 4 22:37:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e6838c 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 gentoo.org> dev-libs/libpwquality/libpwquality-1.3.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/libpwquality/libpwquality-1.3.0.ebuild b/dev-libs/libpwquality/libpwquality-1.3.0.ebuild index 3dd2bdc..5dfe073 100644 --- a/dev-libs/libpwquality/libpwquality-1.3.0.ebuild +++ b/dev-libs/libpwquality/libpwquality-1.3.0.ebuild @@ -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"