diff options
author | 2005-11-28 11:30:00 +0000 | |
---|---|---|
committer | 2005-11-28 11:30:00 +0000 | |
commit | c003dd042aa32ef6cca82b1e6134f659caa85e20 (patch) | |
tree | b27dabb7417cdf5372ba6e9e8b73ef6234d1aaa0 /dev-python/gnuplot-py | |
parent | Fixes a few critical networking bugs, namely #113677 and ##113672. (diff) | |
download | historical-c003dd042aa32ef6cca82b1e6134f659caa85e20.tar.gz historical-c003dd042aa32ef6cca82b1e6134f659caa85e20.tar.bz2 historical-c003dd042aa32ef6cca82b1e6134f659caa85e20.zip |
Add missing eutils inherit.
Package-Manager: portage-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/" |