diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-14 21:08:28 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-14 21:08:28 +0000 |
commit | bb6470f31381e5ec1d5094c1ced7740a9b011bfa (patch) | |
tree | 713ff0b0e1d7c1f65866d941dc369ffe93193f9d /dev-python/python-biggles | |
parent | clean up (diff) | |
download | gentoo-2-bb6470f31381e5ec1d5094c1ced7740a9b011bfa.tar.gz gentoo-2-bb6470f31381e5ec1d5094c1ced7740a9b011bfa.tar.bz2 gentoo-2-bb6470f31381e5ec1d5094c1ced7740a9b011bfa.zip |
don't force 2.4.1 of plotutils as suggested in bug 253542 by <orionbelt2 AT gmail DOT com>
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/python-biggles')
-rw-r--r-- | dev-python/python-biggles/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/python-biggles/ChangeLog b/dev-python/python-biggles/ChangeLog index d921f006ac37..9863b98d748a 100644 --- a/dev-python/python-biggles/ChangeLog +++ b/dev-python/python-biggles/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/python-biggles # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.14 2009/07/14 21:04:48 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/ChangeLog,v 1.15 2009/07/14 21:08:28 fauli Exp $ + + 14 Jul 2009; Christian Faulhammer <fauli@gentoo.org> + python-biggles-1.6.4-r1.ebuild: + don't force 2.4.1 of plotutils as suggested in bug 253542 by <orionbelt2 + AT gmail DOT com> 14 Jul 2009; Christian Faulhammer <fauli@gentoo.org> -python-biggles-1.6.3.ebuild, -python-biggles-1.6.4.ebuild: diff --git a/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild b/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild index e7509735f633..ff8757f72ab6 100644 --- a/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild +++ b/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild,v 1.5 2008/03/10 15:20:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild,v 1.6 2009/07/14 21:08:28 fauli Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ DESCRIPTION="A Python module for creating publication-quality 2D scientific plot SRC_URI="mirror://sourceforge/biggles/${MY_P}.tar.gz" HOMEPAGE="http://biggles.sourceforge.net/" -DEPEND="~media-libs/plotutils-2.4.1 +DEPEND="media-libs/plotutils dev-python/numpy x11-libs/libSM x11-libs/libXext" |