diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-27 14:09:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-27 14:09:05 +0000 |
commit | df04bf4b188e7fc1d26b0ffb1e61a6354fce92f6 (patch) | |
tree | 056210f17925a68f6f94fb5f62f534be6b818c81 /dev-python/webob | |
parent | Stable for arm, wrt bug #457318 (diff) | |
download | gentoo-2-df04bf4b188e7fc1d26b0ffb1e61a6354fce92f6.tar.gz gentoo-2-df04bf4b188e7fc1d26b0ffb1e61a6354fce92f6.tar.bz2 gentoo-2-df04bf4b188e7fc1d26b0ffb1e61a6354fce92f6.zip |
Stable for arm, wrt bug #456614
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/webob')
-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 576354ac1450..61682efdb093 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.67 2013/03/27 09:34:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.68 2013/03/27 14:09:05 ago Exp $ + + 27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: + Stable for arm, wrt bug #456614 27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: Stable for ppc64, wrt bug #456614 diff --git a/dev-python/webob/webob-1.2.3.ebuild b/dev-python/webob/webob-1.2.3.ebuild index 1a9e704b3e1a..660638a0b2d5 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.6 2013/03/27 09:34:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.7 2013/03/27 14:09:05 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 |