diff options
Diffstat (limited to 'dev-python/cherrypy/cherrypy-2.0.0.ebuild')
-rw-r--r-- | dev-python/cherrypy/cherrypy-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/cherrypy/cherrypy-2.0.0.ebuild b/dev-python/cherrypy/cherrypy-2.0.0.ebuild index 9b26116f3bc4..8aed79c907eb 100644 --- a/dev-python/cherrypy/cherrypy-2.0.0.ebuild +++ b/dev-python/cherrypy/cherrypy-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.0.0.ebuild,v 1.1 2005/05/04 23:16:10 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.0.0.ebuild,v 1.2 2005/06/18 15:22:31 pythonhead Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cherrypy.org/" DEPEND=">=dev-lang/python-2.3" IUSE="" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="BSD" S=${WORKDIR}/${MY_P} |