diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-26 14:06:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-26 14:06:10 +0000 |
commit | e96a70d164d1f0bf6bed32831be84c90ed9e32bf (patch) | |
tree | f4cd6eaa769c9c1bc6012d0a25170559c2a27b0b /dev-python/cheetah | |
parent | Stable on amd64 wrt bug #352732 (diff) | |
download | gentoo-2-e96a70d164d1f0bf6bed32831be84c90ed9e32bf.tar.gz gentoo-2-e96a70d164d1f0bf6bed32831be84c90ed9e32bf.tar.bz2 gentoo-2-e96a70d164d1f0bf6bed32831be84c90ed9e32bf.zip |
Stable on amd64 wrt bug #352728
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 29ecd42fe1c9..815ba84cdf93 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.75 2010/12/19 20:52:17 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.76 2011/01/26 14:06:10 hwoarang Exp $ + + 26 Jan 2011; Markos Chandras <hwoarang@gentoo.org> cheetah-2.4.4.ebuild: + Stable on amd64 wrt bug #352728 *cheetah-2.4.4 (19 Dec 2010) diff --git a/dev-python/cheetah/cheetah-2.4.4.ebuild b/dev-python/cheetah/cheetah-2.4.4.ebuild index 81bc522016b8..db00c5aacdeb 100644 --- a/dev-python/cheetah/cheetah-2.4.4.ebuild +++ b/dev-python/cheetah/cheetah-2.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.1 2010/12/19 20:52:17 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.2 2011/01/26 14:06:10 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="PSF-2.2" IUSE="" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" RDEPEND="dev-python/markdown" |