diff options
author | 2013-04-02 13:19:36 +0000 | |
---|---|---|
committer | 2013-04-02 13:19:36 +0000 | |
commit | b89a222385d40b8589e66b3bda228b498702a3b7 (patch) | |
tree | ab7b46a8b29bd56d44e1af7187c6273cb07a2b8e /dev-python/webob | |
parent | Stable for s390, wrt bug #457252 (diff) | |
download | gentoo-2-b89a222385d40b8589e66b3bda228b498702a3b7.tar.gz gentoo-2-b89a222385d40b8589e66b3bda228b498702a3b7.tar.bz2 gentoo-2-b89a222385d40b8589e66b3bda228b498702a3b7.zip |
Stable for s390, wrt bug #456614
(Portage version: 2.1.11.55/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 96295620afcd..356b2a90f288 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.72 2013/03/31 11:11:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.73 2013/04/02 13:19:36 ago Exp $ + + 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: + Stable for s390, wrt bug #456614 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: Stable for sh, wrt bug #456614 diff --git a/dev-python/webob/webob-1.2.3.ebuild b/dev-python/webob/webob-1.2.3.ebuild index bb7ba326dc1c..2db436527a3e 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.10 2013/03/31 11:11:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.11 2013/04/02 13:19:36 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 |