diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:08:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-03-18 15:08:26 +0000 |
commit | dbb5ac5bdebc348f931f21209db9bb4b282c0426 (patch) | |
tree | b2d588cfd40bf85ce523027f83dbef739c1d9e2d /dev-python/webtest | |
parent | Import Debian patch to fix build failure against recent xorg-server, bug #368... (diff) | |
download | historical-dbb5ac5bdebc348f931f21209db9bb4b282c0426.tar.gz historical-dbb5ac5bdebc348f931f21209db9bb4b282c0426.tar.bz2 historical-dbb5ac5bdebc348f931f21209db9bb4b282c0426.zip |
Add ~sparc wrt #383195
Package-Manager: portage-2.1.10.49/cvs/Linux ia64
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index 377d215fb308..66199833c834 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.30 2012/02/01 21:05:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.31 2012/03/18 15:08:26 armin76 Exp $ + + 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> webtest-1.3.ebuild: + Add ~sparc wrt #383195 01 Feb 2012; Brent Baude <ranger@gentoo.org> webtest-1.3.ebuild: Marking webtest-1.3 ~ppc for bug 383195 diff --git a/dev-python/webtest/webtest-1.3.ebuild b/dev-python/webtest/webtest-1.3.ebuild index 2ed8e478c1eb..18f1628068c4 100644 --- a/dev-python/webtest/webtest-1.3.ebuild +++ b/dev-python/webtest/webtest-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.ebuild,v 1.4 2012/02/01 21:05:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.ebuild,v 1.5 2012/03/18 15:08:26 armin76 Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86" IUSE="doc" RDEPEND=">=dev-python/webob-0.9.2" |