From 483db590aee2de8fb487e361f36d5a739f96356d Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 8 Mar 2012 06:14:28 +0000 Subject: Build fix for #401291 (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) --- sys-libs/tdb/ChangeLog | 5 ++++- sys-libs/tdb/tdb-1.2.9.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sys-libs/tdb') diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog index bc012f645bef..437c792c2989 100644 --- a/sys-libs/tdb/ChangeLog +++ b/sys-libs/tdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.39 2012/02/25 16:37:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.40 2012/03/08 06:14:28 patrick Exp $ + + 08 Mar 2012; Patrick Lauer tdb-1.2.9.ebuild: + Build fix for #401291 25 Feb 2012; Agostino Sarubbo tdb-1.2.9.ebuild: Stable for amd64, wrt bug #405617 diff --git a/sys-libs/tdb/tdb-1.2.9.ebuild b/sys-libs/tdb/tdb-1.2.9.ebuild index 5d9d04aa79a2..34a5563e5d87 100644 --- a/sys-libs/tdb/tdb-1.2.9.ebuild +++ b/sys-libs/tdb/tdb-1.2.9.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.4 2012/02/25 16:37:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.9.ebuild,v 1.5 2012/03/08 06:14:28 patrick Exp $ EAPI=3 PYTHON_DEPEND="python? 2" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" inherit waf-utils python @@ -23,10 +24,8 @@ DEPEND="dev-lang/python WAF_BINARY="${S}/buildtools/bin/waf" pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi + python_set_active_version 2 + python_pkg_setup } src_configure() { -- cgit v1.2.3-65-gdbad