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 AEF04139695 for ; Fri, 26 May 2017 22:54:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3FC721C06D; Fri, 26 May 2017 22:54:36 +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 CD17A21C06D for ; Fri, 26 May 2017 22:54:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 142A23416C5 for ; Fri, 26 May 2017 22:54:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32FC4746B for ; Fri, 26 May 2017 22:54:23 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1495839207.62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/cracklib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/cracklib/cracklib-2.9.6-r1.ebuild X-VCS-Directories: sys-libs/cracklib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5 X-VCS-Branch: master Date: Fri, 26 May 2017 22:54:23 +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: aa955693-a302-4fe4-8429-8a9cb203ee42 X-Archives-Hash: e389c93ef206534ce36bb6103cfe7680 commit: 62ff79cb2344d833bc7e7ad88bf2e9dc2e6ba7e5 Author: David Seifert gentoo org> AuthorDate: Fri May 26 22:27:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 26 22:53:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ff79cb sys-libs/cracklib: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-libs/cracklib/cracklib-2.9.6-r1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild index d28bf84d239..c803ec905f6 100644 --- a/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild +++ b/sys-libs/cracklib/cracklib-2.9.6-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=5 + PYTHON_COMPAT=( python2_7 ) DISTUTILS_OPTIONAL=1 @@ -16,18 +17,15 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint" IUSE="nls python static-libs test zlib" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" +RDEPEND="${PYTHON_DEPS} + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} python? ( dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) )" -RDEPEND="${RDEPEND} - abi_x86_32? ( - !<=app-emulation/emul-linux-x86-baselibs-20140508-r6 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] - )" S=${WORKDIR}/${MY_P}