diff options
author | 2013-03-28 22:49:58 +0000 | |
---|---|---|
committer | 2013-03-28 22:49:58 +0000 | |
commit | fc88a7d87e39a283311e2cb037fb4ddc090c7e58 (patch) | |
tree | 7d688ec5793da302f0793f6f3ac56e358cf1a96b /dev-python/webob | |
parent | Stable for ia64, wrt bug #456420 (diff) | |
download | gentoo-2-fc88a7d87e39a283311e2cb037fb4ddc090c7e58.tar.gz gentoo-2-fc88a7d87e39a283311e2cb037fb4ddc090c7e58.tar.bz2 gentoo-2-fc88a7d87e39a283311e2cb037fb4ddc090c7e58.zip |
Stable for ia64, 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 0abcb5b8f325..526c163314d0 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.69 2013/03/28 10:51:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.70 2013/03/28 22:49:58 ago Exp $ + + 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> webob-1.2.3.ebuild: + Stable for ia64, wrt bug #456614 28 Mar 2013; Michał Górny <mgorny@gentoo.org> webob-1.0.8-r1.ebuild: Fix the -r1 backport by syncing up to the fresh ebuild. Fixes bug #463572. diff --git a/dev-python/webob/webob-1.2.3.ebuild b/dev-python/webob/webob-1.2.3.ebuild index 660638a0b2d5..c169a4064b36 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.7 2013/03/27 14:09:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.2.3.ebuild,v 1.8 2013/03/28 22:49:58 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 |