diff options
author | 2009-02-15 14:31:56 +0000 | |
---|---|---|
committer | 2009-02-15 14:31:56 +0000 | |
commit | 3bd43d4eea96477f4480df37c7dfa6bde1af5a12 (patch) | |
tree | 703f0e11c1d5b32f0ab1cf52ca90753e4f7703e9 /dev-python | |
parent | Giggle-0.4.90 depends on glib-2.18, thanks to Jose Marino (bug 259054). (diff) | |
download | gentoo-2-3bd43d4eea96477f4480df37c7dfa6bde1af5a12.tar.gz gentoo-2-3bd43d4eea96477f4480df37c7dfa6bde1af5a12.tar.bz2 gentoo-2-3bd43d4eea96477f4480df37c7dfa6bde1af5a12.zip |
Adding ~amd64 keyword to 2.3.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cherrypy/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/cherrypy/cherrypy-2.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/cherrypy/ChangeLog b/dev-python/cherrypy/ChangeLog index 29b15ee00bfe..cc428c8cd1f1 100644 --- a/dev-python/cherrypy/ChangeLog +++ b/dev-python/cherrypy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cherrypy -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.30 2008/11/06 16:21:33 neurogeek Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.31 2009/02/15 14:31:56 patrick Exp $ + + 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> cherrypy-2.3.0.ebuild: + Adding ~amd64 keyword to 2.3.0 *cherrypy-3.1.0 (06 Nov 2008) diff --git a/dev-python/cherrypy/cherrypy-2.3.0.ebuild b/dev-python/cherrypy/cherrypy-2.3.0.ebuild index b114498d536c..695d96fe7cc6 100644 --- a/dev-python/cherrypy/cherrypy-2.3.0.ebuild +++ b/dev-python/cherrypy/cherrypy-2.3.0.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/cherrypy/cherrypy-2.3.0.ebuild,v 1.1 2008/07/02 05:32:22 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-2.3.0.ebuild,v 1.2 2009/02/15 14:31:56 patrick Exp $ inherit eutils distutils @@ -11,7 +11,7 @@ SRC_URI="http://download.cherrypy.org/cherrypy/${PV}/${MY_P}.tar.gz" HOMEPAGE="http://www.cherrypy.org/" IUSE="doc test" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" LICENSE="BSD" DEPEND="dev-python/setuptools |