diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:02:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-14 16:02:51 +0000 |
commit | 27f9836defac227100ab4f7a99b0e9e1c98b49ab (patch) | |
tree | 364196d016608d21fe610fd8d95fd79f99b7e072 /dev-python | |
parent | Stable for amd64, wrt bug #415863 (diff) | |
download | gentoo-2-27f9836defac227100ab4f7a99b0e9e1c98b49ab.tar.gz gentoo-2-27f9836defac227100ab4f7a99b0e9e1c98b49ab.tar.bz2 gentoo-2-27f9836defac227100ab4f7a99b0e9e1c98b49ab.zip |
Stable for amd64, wrt bug #415865
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/webob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webob/webob-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index 287798397a09..278dd15cc09d 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webob # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.48 2012/04/16 02:22:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.49 2012/05/14 16:02:51 ago Exp $ + + 14 May 2012; Agostino Sarubbo <ago@gentoo.org> webob-1.1.ebuild: + Stable for amd64, wrt bug #415865 16 Apr 2012; Jeroen Roovers <jer@gentoo.org> webob-1.1.ebuild: Marked ~hppa (bug #411761). diff --git a/dev-python/webob/webob-1.1.ebuild b/dev-python/webob/webob-1.1.ebuild index 075fa407e54c..42fd6f8ea4a3 100644 --- a/dev-python/webob/webob-1.1.ebuild +++ b/dev-python/webob/webob-1.1.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/webob/webob-1.1.ebuild,v 1.3 2012/04/16 02:22:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.1.ebuild,v 1.4 2012/05/14 16:02:51 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc test" DEPEND="app-arch/unzip |