diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:35:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-31 10:35:48 +0000 |
commit | aa11e96365006f1717af4e236a79174ec5a94c9b (patch) | |
tree | 087ee0d48cfb162ae02c0bc5e744b70483469812 /dev-python | |
parent | Stable for sparc, wrt bug #456420 (diff) | |
download | gentoo-2-aa11e96365006f1717af4e236a79174ec5a94c9b.tar.gz gentoo-2-aa11e96365006f1717af4e236a79174ec5a94c9b.tar.bz2 gentoo-2-aa11e96365006f1717af4e236a79174ec5a94c9b.zip |
Stable for sparc, wrt bug #456614
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webob/webob-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index 526c163314d0..db7da111b324 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webob # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.70 2013/03/28 22:49:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.71 2013/03/31 10:35:48 ago Exp $ + + 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: + Stable for sparc, wrt bug #456614 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: Stable for ia64, wrt bug #456614 diff --git a/dev-python/webob/webob-1.2.3.ebuild b/dev-python/webob/webob-1.2.3.ebuild index c169a4064b36..907a2f86e6a6 100644 --- a/dev-python/webob/webob-1.2.3.ebuild +++ b/dev-python/webob/webob-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.8 2013/03/28 22:49:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.9 2013/03/31 10:35:48 ago Exp $ EAPI=4 @@ -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 ~hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" DEPEND="dev-python/setuptools |