diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-05-18 14:04:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-05-18 14:04:32 +0000 |
commit | 13fb715da524b860b2266259be988f56d7026c8c (patch) | |
tree | baca3ff2b69df8d61a710fdacce8a580a53c10b8 /dev-python/webtest | |
parent | Improve python handling, bug #317031, thank Arfrever Frehtes Taifersar Arahes... (diff) | |
download | gentoo-2-13fb715da524b860b2266259be988f56d7026c8c.tar.gz gentoo-2-13fb715da524b860b2266259be988f56d7026c8c.tar.bz2 gentoo-2-13fb715da524b860b2266259be988f56d7026c8c.zip |
Stable on amd64 wrt bug #320257
(Portage version: 2.2_rc67/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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 7d5a39736a7b..6215553c1480 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.10 2010/04/17 21:23:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.11 2010/05/18 14:04:32 hwoarang Exp $ + + 18 May 2010; Markos Chandras <hwoarang@gentoo.org> webtest-1.2.1.ebuild: + Stable on amd64 wrt bug #320257 *webtest-1.2.1 (17 Apr 2010) diff --git a/dev-python/webtest/webtest-1.2.1.ebuild b/dev-python/webtest/webtest-1.2.1.ebuild index 67cbb5456643..fb0dbbc54962 100644 --- a/dev-python/webtest/webtest-1.2.1.ebuild +++ b/dev-python/webtest/webtest-1.2.1.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.1.ebuild,v 1.1 2010/04/17 21:23:47 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.1.ebuild,v 1.2 2010/05/18 14:04:32 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -17,7 +17,7 @@ SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="" DEPEND="dev-python/setuptools" |