summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2012-01-19 19:52:30 +0000
committerTobias Klausmann <klausman@gentoo.org>2012-01-19 19:52:30 +0000
commitff607863396705e4b566442f607933423579a459 (patch)
tree361affeb70b1de00e1012e70c62b4ddfb042cd87 /dev-python/tempita
parentAdd patch to make test suite pass on arches with low-precision time.time() (diff)
downloadhistorical-ff607863396705e4b566442f607933423579a459.tar.gz
historical-ff607863396705e4b566442f607933423579a459.tar.bz2
historical-ff607863396705e4b566442f607933423579a459.zip
Keyworded on alpha, bug #381709
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'dev-python/tempita')
-rw-r--r--dev-python/tempita/ChangeLog7
-rw-r--r--dev-python/tempita/tempita-0.5.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/tempita/ChangeLog b/dev-python/tempita/ChangeLog
index 895215a79984..9bea80bd2e50 100644
--- a/dev-python/tempita/ChangeLog
+++ b/dev-python/tempita/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/tempita
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v 1.5 2011/09/11 20:08:23 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/ChangeLog,v 1.6 2012/01/19 19:52:30 klausman Exp $
+
+ 19 Jan 2012; Tobias Klausmann <klausman@gentoo.org> tempita-0.5.1.ebuild:
+ Keyworded on alpha, bug #381709
11 Sep 2011; Markus Meier <maekke@gentoo.org> tempita-0.5.1.ebuild:
add ~arm, bug #381709
diff --git a/dev-python/tempita/tempita-0.5.1.ebuild b/dev-python/tempita/tempita-0.5.1.ebuild
index b6d0721bb878..d91597f6735c 100644
--- a/dev-python/tempita/tempita-0.5.1.ebuild
+++ b/dev-python/tempita/tempita-0.5.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.1.ebuild,v 1.3 2011/09/11 20:08:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.1.ebuild,v 1.4 2012/01/19 19:52:30 klausman Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
IUSE=""
DEPEND="dev-python/setuptools"