diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 22:06:08 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-02-15 22:06:08 +0000 |
commit | 1e864ceb94e2f5fbceb38a0e9389acb108e89505 (patch) | |
tree | c09f8927cb6b2b034edfdca9fa16dc9d27b1112f /dev-python/cherrytemplate | |
parent | Version bump (diff) | |
download | gentoo-2-1e864ceb94e2f5fbceb38a0e9389acb108e89505.tar.gz gentoo-2-1e864ceb94e2f5fbceb38a0e9389acb108e89505.tar.bz2 gentoo-2-1e864ceb94e2f5fbceb38a0e9389acb108e89505.zip |
Adding ~amd64 keyword
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/cherrytemplate')
-rw-r--r-- | dev-python/cherrytemplate/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/cherrytemplate/ChangeLog b/dev-python/cherrytemplate/ChangeLog index b815598f07bf..b58d028071a9 100644 --- a/dev-python/cherrytemplate/ChangeLog +++ b/dev-python/cherrytemplate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cherrytemplate -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.6 2007/06/25 07:35:26 hawking Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/ChangeLog,v 1.7 2009/02/15 22:06:08 patrick Exp $ + + 15 Feb 2009; Patrick Lauer <patrick@gentoo.org> + cherrytemplate-1.0.0.ebuild: + Adding ~amd64 keyword 25 Jun 2007; Ali Polatel <hawking@gentoo.org> cherrytemplate-1.0.0.ebuild: use NEED_PYTHON, removed unneeded lines diff --git a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild index 02fbbd638a2b..e675f55ce29f 100644 --- a/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild +++ b/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.5 2007/06/25 07:35:26 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrytemplate/cherrytemplate-1.0.0.ebuild,v 1.6 2009/02/15 22:06:08 patrick Exp $ NEED_PYTHON=2.3 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/cherrypy/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" DEPEND="" |