summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-06-11 18:47:29 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-06-11 18:47:29 +0000
commit9d8d8b81e2e63a218757c15fe7662c2cc7a23728 (patch)
treea37249a74abc10f244ad1680e0767c8c13a1ccf1 /dev-python/werkzeug
parentBug #323585 - Drop pycrypto from info_pkgs. (diff)
downloadgentoo-2-9d8d8b81e2e63a218757c15fe7662c2cc7a23728.tar.gz
gentoo-2-9d8d8b81e2e63a218757c15fe7662c2cc7a23728.tar.bz2
gentoo-2-9d8d8b81e2e63a218757c15fe7662c2cc7a23728.zip
x86 stable wrt bug #321347
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r--dev-python/werkzeug/ChangeLog6
-rw-r--r--dev-python/werkzeug/werkzeug-0.6.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index e670afa66ea4..9ea2d38ad7db 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/werkzeug
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.21 2010/05/26 10:41:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.22 2010/06/11 18:47:29 phajdan.jr Exp $
+
+ 11 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ werkzeug-0.6.2.ebuild:
+ x86 stable wrt bug #321347
26 May 2010; Pacho Ramos <pacho@gentoo.org> werkzeug-0.6.2.ebuild:
stable amd64, bug 321347
diff --git a/dev-python/werkzeug/werkzeug-0.6.2.ebuild b/dev-python/werkzeug/werkzeug-0.6.2.ebuild
index bdb451bfaf85..75101cc6f8a5 100644
--- a/dev-python/werkzeug/werkzeug-0.6.2.ebuild
+++ b/dev-python/werkzeug/werkzeug-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.3 2010/05/26 10:41:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.4 2010/06/11 18:47:29 phajdan.jr Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -17,7 +17,7 @@ SRC_URI="http://pypi.python.org/packages/source/W/Werkzeug/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND=""