diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 10:41:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 10:41:37 +0000 |
commit | 155432dad95120b6128cbd788d9090310db33955 (patch) | |
tree | c7792dc0654e0dd1128b21ffb0dbde921194d937 | |
parent | stable amd64, bug 305765 (diff) | |
download | gentoo-2-155432dad95120b6128cbd788d9090310db33955.tar.gz gentoo-2-155432dad95120b6128cbd788d9090310db33955.tar.bz2 gentoo-2-155432dad95120b6128cbd788d9090310db33955.zip |
stable amd64, bug 321347
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index 949267b6abbc..e670afa66ea4 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.20 2010/04/26 08:42:05 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.21 2010/05/26 10:41:37 pacho Exp $ + + 26 May 2010; Pacho Ramos <pacho@gentoo.org> werkzeug-0.6.2.ebuild: + stable amd64, bug 321347 26 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> werkzeug-0.6.ebuild: x86 stable wrt bug #314937 diff --git a/dev-python/werkzeug/werkzeug-0.6.2.ebuild b/dev-python/werkzeug/werkzeug-0.6.2.ebuild index ee93ca42f2d3..bdb451bfaf85 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.2 2010/04/25 14:19:58 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.6.2.ebuild,v 1.3 2010/05/26 10:41:37 pacho 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="" |