diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyAmanith/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyAmanith/PyAmanith-0.3.34.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/PyAmanith/ChangeLog b/dev-python/PyAmanith/ChangeLog index 1c512f4348a6..fba5cd1b5ab7 100644 --- a/dev-python/PyAmanith/ChangeLog +++ b/dev-python/PyAmanith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyAmanith # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyAmanith/ChangeLog,v 1.1 2006/09/24 10:19:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyAmanith/ChangeLog,v 1.2 2006/10/13 17:03:03 pythonhead Exp $ + + 13 Oct 2006; Rob Cakebread <pythonhead@gentoo.org> + PyAmanith-0.3.34.ebuild: + Fixed swig deps. Thanks Frittella Laurento <mrfree@infinito.it> bug #150755 *PyAmanith-0.3.34 (24 Sep 2006) diff --git a/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild b/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild index fc0c8a0f0acd..18ca0865f65d 100644 --- a/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild +++ b/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild,v 1.1 2006/09/24 10:19:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyAmanith/PyAmanith-0.3.34.ebuild,v 1.2 2006/10/13 17:03:03 pythonhead Exp $ inherit eutils distutils @@ -15,7 +15,7 @@ IUSE="" DEPEND=">=dev-lang/python-2.3 >=media-libs/amanith-0.3 - >=dev-lang/swig-1.3.25" + >=dev-lang/swig-1.3.29" src_unpack() { unpack ${A} |