diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-12-09 14:51:35 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-12-09 14:51:35 +0000 |
commit | f86eb137f3bdb8fd0b36e3d8a4cf0dc77b772bed (patch) | |
tree | c91360d643bf000680925b299997178fafd75c2d /dev-python/cheetah | |
parent | Remove CVS tag from patch so it doesn't change upon commit and break. (diff) | |
download | gentoo-2-f86eb137f3bdb8fd0b36e3d8a4cf0dc77b772bed.tar.gz gentoo-2-f86eb137f3bdb8fd0b36e3d8a4cf0dc77b772bed.tar.bz2 gentoo-2-f86eb137f3bdb8fd0b36e3d8a4cf0dc77b772bed.zip |
Stable on sparc
(Portage version: 2.0.53)
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-0.9.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 5ba2b5a5ab09..936bde5401e8 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.21 2005/12/05 20:01:47 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.22 2005/12/09 14:50:03 gustavoz Exp $ + + 09 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> cheetah-0.9.18.ebuild: + Stable on sparc 05 Dec 2005; Rob Cakebread <pythonhead@gentoo.org> cheetah-0.9.18.ebuild, +cheetah-1.0.ebuild: diff --git a/dev-python/cheetah/cheetah-0.9.18.ebuild b/dev-python/cheetah/cheetah-0.9.18.ebuild index dd2555f06662..7d31c5c55e20 100644 --- a/dev-python/cheetah/cheetah-0.9.18.ebuild +++ b/dev-python/cheetah/cheetah-0.9.18.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/cheetah/cheetah-0.9.18.ebuild,v 1.2 2005/12/05 20:01:47 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.18.ebuild,v 1.3 2005/12/09 14:50:03 gustavoz Exp $ inherit distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cheetahtemplate.org/" SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz" LICENSE="PSF-2.2" IUSE="" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos sparc x86" SLOT="0" DEPEND=">=dev-lang/python-2.2" S=${WORKDIR}/${MY_P} |