diff options
author | 2010-01-21 14:27:20 +0000 | |
---|---|---|
committer | 2010-01-21 14:27:20 +0000 | |
commit | 25bde4e200d8f2246f78cf2337c8f83c0d3c9464 (patch) | |
tree | 790c68e5b5fe63436b57917337d2e434dffb4960 /dev-python/webtest | |
parent | Drop mips (#284740) (diff) | |
download | historical-25bde4e200d8f2246f78cf2337c8f83c0d3c9464.tar.gz historical-25bde4e200d8f2246f78cf2337c8f83c0d3c9464.tar.bz2 historical-25bde4e200d8f2246f78cf2337c8f83c0d3c9464.zip |
stable x86, bug 301409
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 0e82f4c30cf1..674a7d72ca54 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.6 2010/01/09 20:45:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.7 2010/01/21 14:25:35 fauli Exp $ + + 21 Jan 2010; Christian Faulhammer <fauli@gentoo.org> webtest-1.2.ebuild: + stable x86, bug 301409 09 Jan 2010; Raúl Porcel <armin76@gentoo.org> webtest-1.2.ebuild: Add ~arm diff --git a/dev-python/webtest/webtest-1.2.ebuild b/dev-python/webtest/webtest-1.2.ebuild index 08e662200c15..0a457fafdfae 100644 --- a/dev-python/webtest/webtest-1.2.ebuild +++ b/dev-python/webtest/webtest-1.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.ebuild,v 1.5 2010/01/09 20:45:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.ebuild,v 1.6 2010/01/21 14:25:35 fauli Exp $ EAPI="2" @@ -17,7 +17,7 @@ HOMEPAGE="http://pythonpaste.org/webtest/ http://pypi.python.org/pypi/WebTest" SRC_URI="http://pypi.python.org/packages/source/W/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc x86" SLOT="0" IUSE="doc examples" |