diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2004-02-26 19:13:32 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2004-02-26 19:13:32 +0000 |
commit | 96f6b0cef05c976549d6132fc23871ca232ba32c (patch) | |
tree | 043768839f34363894e71de15aa19f5b52fafb6b /dev-python/cheetah | |
parent | added preliminary version with hardened support (diff) | |
download | historical-96f6b0cef05c976549d6132fc23871ca232ba32c.tar.gz historical-96f6b0cef05c976549d6132fc23871ca232ba32c.tar.bz2 historical-96f6b0cef05c976549d6132fc23871ca232ba32c.zip |
Stable on sparc.
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-0.9.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 326fe1a12f71..d8cc88015cf8 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.1 2004/01/18 12:18:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.2 2004/02/26 19:02:06 bazik Exp $ + + 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> cheetah-0.9.15.ebuild: + Stable on sparc. 18 Jan 2004; Alastair Tse <liquidx@gentoo.org> cheetah-0.9.14.ebuild, cheetah-0.9.15.ebuild, metadata.xml: diff --git a/dev-python/cheetah/cheetah-0.9.15.ebuild b/dev-python/cheetah/cheetah-0.9.15.ebuild index 02f89daca668..3a89ada04290 100644 --- a/dev-python/cheetah/cheetah-0.9.15.ebuild +++ b/dev-python/cheetah/cheetah-0.9.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.15.ebuild,v 1.1 2004/01/18 12:18:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-0.9.15.ebuild,v 1.2 2004/02/26 19:02:06 bazik Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz" LICENSE="PSF-2.2" IUSE="" -KEYWORDS="x86 ~sparc ~alpha" +KEYWORDS="x86 sparc ~alpha" SLOT="0" RDEPEND=">=dev-lang/python-2.2" |