From 7182fb377bcbf6e3f5c33c5825348b700cb658cc Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 1 Jan 2011 21:32:09 +0000 Subject: Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345537). (Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64) --- dev-python/pystdf/ChangeLog | 8 ++++++-- dev-python/pystdf/pystdf-1.3.1.ebuild | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'dev-python/pystdf') diff --git a/dev-python/pystdf/ChangeLog b/dev-python/pystdf/ChangeLog index 971718346184..322145640749 100644 --- a/dev-python/pystdf/ChangeLog +++ b/dev-python/pystdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pystdf -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/ChangeLog,v 1.1 2007/06/23 20:48:24 vapier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/ChangeLog,v 1.2 2011/01/01 21:32:09 arfrever Exp $ + + 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis + pystdf-1.3.1.ebuild: + Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #345537). *pystdf-1.3.1 (23 Jun 2007) diff --git a/dev-python/pystdf/pystdf-1.3.1.ebuild b/dev-python/pystdf/pystdf-1.3.1.ebuild index 60a359ce87b1..bf31d1736730 100644 --- a/dev-python/pystdf/pystdf-1.3.1.ebuild +++ b/dev-python/pystdf/pystdf-1.3.1.ebuild @@ -1,6 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/pystdf-1.3.1.ebuild,v 1.1 2007/06/23 20:48:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pystdf/pystdf-1.3.1.ebuild,v 1.2 2011/01/01 21:32:09 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils -- cgit v1.2.3-65-gdbad