diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-18 16:34:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-18 16:34:09 +0000 |
commit | cf5056f28c968cc12a11042655b34628510a0675 (patch) | |
tree | 6ec6472bddb94dccc74804def9eed863807a77b2 /dev-python/webtest | |
parent | Stable on amd64 wrt bug #341329 (diff) | |
download | gentoo-2-cf5056f28c968cc12a11042655b34628510a0675.tar.gz gentoo-2-cf5056f28c968cc12a11042655b34628510a0675.tar.bz2 gentoo-2-cf5056f28c968cc12a11042655b34628510a0675.zip |
Stable on amd64 wrt bug #341333
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 808ac9d8956c..a2cf5eb0b0af 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.14 2010/09/14 20:38:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.15 2010/10/18 16:34:09 hwoarang Exp $ + + 18 Oct 2010; Markos Chandras <hwoarang@gentoo.org> webtest-1.2.2.ebuild: + Stable on amd64 wrt bug #341333 *webtest-1.2.2 (14 Sep 2010) diff --git a/dev-python/webtest/webtest-1.2.2.ebuild b/dev-python/webtest/webtest-1.2.2.ebuild index b4b69fed53e2..6699bc03516a 100644 --- a/dev-python/webtest/webtest-1.2.2.ebuild +++ b/dev-python/webtest/webtest-1.2.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/webtest/webtest-1.2.2.ebuild,v 1.1 2010/09/14 20:38:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.2.ebuild,v 1.2 2010/10/18 16:34:09 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="" RDEPEND=">=dev-python/webob-0.9.2" |