diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index 93453dab6703..949267b6abbc 100644 --- a/dev-python/werkzeug/ChangeLog +++ b/dev-python/werkzeug/ChangeLog @@ -1,6 +1,9 @@ # 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.19 2010/04/25 14:19:58 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.20 2010/04/26 08:42:05 phajdan.jr Exp $ + + 26 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> werkzeug-0.6.ebuild: + x86 stable wrt bug #314937 25 Apr 2010; Javier Villavicencio <the_paya@gentoo.org> werkzeug-0.6.2.ebuild: diff --git a/dev-python/werkzeug/werkzeug-0.6.ebuild b/dev-python/werkzeug/werkzeug-0.6.ebuild index 22a72960c721..29b2ae68c00c 100644 --- a/dev-python/werkzeug/werkzeug-0.6.ebuild +++ b/dev-python/werkzeug/werkzeug-0.6.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.ebuild,v 1.3 2010/04/16 17:52:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.ebuild,v 1.4 2010/04/26 08:42:05 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="test" RDEPEND="" |