diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-28 11:30:00 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-28 11:30:00 +0000 |
commit | ddc0f8c84edf37867243cb7dba824027d64c09aa (patch) | |
tree | 1bd3a1ab8d06fed0d559280cd4d37019cd133cc7 /dev-python/gnuplot-py | |
parent | Fixes a few critical networking bugs, namely #113677 and ##113672. (diff) | |
download | gentoo-2-ddc0f8c84edf37867243cb7dba824027d64c09aa.tar.gz gentoo-2-ddc0f8c84edf37867243cb7dba824027d64c09aa.tar.bz2 gentoo-2-ddc0f8c84edf37867243cb7dba824027d64c09aa.zip |
Add missing eutils inherit.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r-- | dev-python/gnuplot-py/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/gnuplot-py/ChangeLog b/dev-python/gnuplot-py/ChangeLog index 52e15e30d0fe..c530b72f330b 100644 --- a/dev-python/gnuplot-py/ChangeLog +++ b/dev-python/gnuplot-py/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/gnuplot-py # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.8 2005/06/04 15:18:26 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/ChangeLog,v 1.9 2005/11/28 11:27:45 marienz Exp $ + + 28 Nov 2005; Marien Zwart <marienz@gentoo.org> gnuplot-py-1.7-r1.ebuild: + Add missing eutils inherit. *gnuplot-py-1.7-r1 (04 Jun 2005) diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild index 727672f71196..08eeec729394 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.1 2005/06/04 15:18:26 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r1.ebuild,v 1.2 2005/11/28 11:27:45 marienz Exp $ -inherit distutils +inherit distutils eutils DESCRIPTION="A python wrapper for Gnuplot" HOMEPAGE="http://gnuplot-py.sourceforge.net/" |