diff options
Diffstat (limited to 'dev-python/cherrypy/cherrypy-2.1.1.ebuild')
-rw-r--r-- | dev-python/cherrypy/cherrypy-2.1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cherrypy/cherrypy-2.1.1.ebuild b/dev-python/cherrypy/cherrypy-2.1.1.ebuild index 5046208f41d8..d77c6236af93 100644 --- a/dev-python/cherrypy/cherrypy-2.1.1.ebuild +++ b/dev-python/cherrypy/cherrypy-2.1.1.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/cherrypy/cherrypy-2.1.1.ebuild,v 1.4 2006/07/12 15:17:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.1.1.ebuild,v 1.5 2007/07/11 06:19:47 mr_bones_ Exp $ inherit distutils eutils @@ -36,4 +36,3 @@ src_test() { cd cherrypy/test python test.py || die "Test failed." } - |