diff options
author | Markus Meier <maekke@gentoo.org> | 2010-02-07 19:52:17 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-02-07 19:52:17 +0000 |
commit | 53d4f486ca377a8e5528c0bc30f31802308f8621 (patch) | |
tree | 69303042328d24dff2b04e1022acef1d52dc5d51 /dev-python/cheetah | |
parent | New ebuild (diff) | |
download | gentoo-2-53d4f486ca377a8e5528c0bc30f31802308f8621.tar.gz gentoo-2-53d4f486ca377a8e5528c0bc30f31802308f8621.tar.bz2 gentoo-2-53d4f486ca377a8e5528c0bc30f31802308f8621.zip |
x86 stable, bug #301951
(Portage version: 2.2_rc62/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.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 0268be00fe2b..8389698f1af5 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.59 2009/12/20 01:46:56 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.60 2010/02/07 19:52:17 maekke Exp $ + + 07 Feb 2010; Markus Meier <maekke@gentoo.org> cheetah-2.4.1.ebuild: + x86 stable, bug #301951 *cheetah-2.4.1 (20 Dec 2009) diff --git a/dev-python/cheetah/cheetah-2.4.1.ebuild b/dev-python/cheetah/cheetah-2.4.1.ebuild index 96ff0b8a2da0..95610e70cd1b 100644 --- a/dev-python/cheetah/cheetah-2.4.1.ebuild +++ b/dev-python/cheetah/cheetah-2.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.1.ebuild,v 1.1 2009/12/20 01:46:56 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.1.ebuild,v 1.2 2010/02/07 19:52:17 maekke Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar 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" |