diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-06-05 02:47:39 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-06-05 02:47:39 +0000 |
commit | 5c00b8642bd7664783e0da96aa3506c37c81ca71 (patch) | |
tree | 31aaed55fe2cb3e257810efbb47e41112fdc228a /dev-python/cheetah | |
parent | adding ~arm keyword (diff) | |
download | gentoo-2-5c00b8642bd7664783e0da96aa3506c37c81ca71.tar.gz gentoo-2-5c00b8642bd7664783e0da96aa3506c37c81ca71.tar.bz2 gentoo-2-5c00b8642bd7664783e0da96aa3506c37c81ca71.zip |
adding ~arm keyword
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-python/cheetah')
-rw-r--r-- | dev-python/cheetah/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/cheetah/cheetah-2.4.4.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-python/cheetah/ChangeLog b/dev-python/cheetah/ChangeLog index 549ec2b98a9f..eded977bf49f 100644 --- a/dev-python/cheetah/ChangeLog +++ b/dev-python/cheetah/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/cheetah -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.82 2011/08/29 21:47:22 neurogeek Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/ChangeLog,v 1.83 2013/06/05 02:47:39 zerochaos Exp $ + + 05 Jun 2013; Rick Farina <zerochaos@gentoo.org> cheetah-2.4.4.ebuild: + adding ~arm keyword 29 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> cheetah-2.4.4.ebuild: Fixed license @@ -367,4 +370,3 @@ http://www.cheetahtemplate.org/ for more info. Ebuild submitted by Jason Jeremias <jason@penguinsolutions.com>. - diff --git a/dev-python/cheetah/cheetah-2.4.4.ebuild b/dev-python/cheetah/cheetah-2.4.4.ebuild index f43662448529..9ee883f3ae04 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-2011 Gentoo Foundation +# Copyright 1999-2013 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.7 2011/08/29 21:47:22 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.4.4.ebuild,v 1.8 2013/06/05 02:47:39 zerochaos 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="MIT" IUSE="" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" RDEPEND="dev-python/markdown" |