summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-12-02 10:49:11 +0000
committerMarkus Meier <maekke@gentoo.org>2009-12-02 10:49:11 +0000
commit01e9019f191caa32b4760c40b6f58bea76841476 (patch)
treedd3e1a6946b68c58cceae108d23e18800c81f937
parentamd64/x86 stable, bug #295217 (diff)
downloadgentoo-2-01e9019f191caa32b4760c40b6f58bea76841476.tar.gz
gentoo-2-01e9019f191caa32b4760c40b6f58bea76841476.tar.bz2
gentoo-2-01e9019f191caa32b4760c40b6f58bea76841476.zip
amd64/x86 stable, bug #295221
(Portage version: 2.2_rc54/cvs/Linux x86_64)
-rw-r--r--dev-python/wtforms/ChangeLog5
-rw-r--r--dev-python/wtforms/wtforms-0.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/wtforms/ChangeLog b/dev-python/wtforms/ChangeLog
index 09d362574c7b..4bd85faf5c03 100644
--- a/dev-python/wtforms/ChangeLog
+++ b/dev-python/wtforms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/wtforms
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.1 2009/10/16 10:02:48 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/ChangeLog,v 1.2 2009/12/02 10:49:11 maekke Exp $
+
+ 02 Dec 2009; Markus Meier <maekke@gentoo.org> wtforms-0.4.ebuild:
+ amd64/x86 stable, bug #295221
*wtforms-0.4 (16 Oct 2009)
diff --git a/dev-python/wtforms/wtforms-0.4.ebuild b/dev-python/wtforms/wtforms-0.4.ebuild
index 2e6afe12b7b2..2dc8259f7fce 100644
--- a/dev-python/wtforms/wtforms-0.4.ebuild
+++ b/dev-python/wtforms/wtforms-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.4.ebuild,v 1.3 2009/11/23 01:13:08 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wtforms/wtforms-0.4.ebuild,v 1.4 2009/12/02 10:49:11 maekke Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@ SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.zip"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
S="${WORKDIR}/${MY_P}"