diff options
author | 2011-01-08 20:33:01 +0000 | |
---|---|---|
committer | 2011-01-08 20:33:01 +0000 | |
commit | 4cb65675978896c9c01edcb83c9e05975b528a93 (patch) | |
tree | 8a0860dcc2be8771e8b54ef4fde62efe56cc4eb5 /dev-util/gazpacho | |
parent | Restrict CPython-{2.4,2.5} and Jython ABIs. (diff) | |
download | gentoo-2-4cb65675978896c9c01edcb83c9e05975b528a93.tar.gz gentoo-2-4cb65675978896c9c01edcb83c9e05975b528a93.tar.bz2 gentoo-2-4cb65675978896c9c01edcb83c9e05975b528a93.zip |
Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #324397).
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gazpacho')
-rw-r--r-- | dev-util/gazpacho/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gazpacho/gazpacho-0.7.2.ebuild | 17 |
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-util/gazpacho/ChangeLog b/dev-util/gazpacho/ChangeLog index 8edcb1fc32de..1de18fa0ac9d 100644 --- a/dev-util/gazpacho/ChangeLog +++ b/dev-util/gazpacho/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gazpacho # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/ChangeLog,v 1.11 2011/01/08 20:23:29 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/ChangeLog,v 1.12 2011/01/08 20:33:01 arfrever Exp $ + + 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + gazpacho-0.7.2.ebuild: + Fix dependencies. Set SUPPORT_PYTHON_ABIS (bug #324397). 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -gazpacho-0.6.2.ebuild, -gazpacho-0.6.2-r1.ebuild, diff --git a/dev-util/gazpacho/gazpacho-0.7.2.ebuild b/dev-util/gazpacho/gazpacho-0.7.2.ebuild index 12415a031f73..85c18b8552f9 100644 --- a/dev-util/gazpacho/gazpacho-0.7.2.ebuild +++ b/dev-util/gazpacho/gazpacho-0.7.2.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-util/gazpacho/gazpacho-0.7.2.ebuild,v 1.1 2007/08/05 21:52:10 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/gazpacho-0.7.2.ebuild,v 1.2 2011/01/08 20:33:01 arfrever Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython" inherit distutils gnome.org eutils @@ -13,17 +18,13 @@ SLOT="0" KEYWORDS="~amd64 -ppc ~x86" IUSE="" -DEPEND=">=dev-lang/python-2.3 - >=dev-python/pygtk-2.6 +DEPEND=">=dev-python/pygtk-2.6 >=gnome-base/libglade-2.4.2 >=dev-python/kiwi-1.9.11" DOCS="AUTHORS NEWS" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { epatch "${FILESDIR}/${PN}-0.7.0-setup-fixes.patch" # In an attempt to make the above patch reusable across gazpacho |