diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:26:22 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:26:22 +0000 |
commit | 13fbb4be0dc2f79d21c102bda55d28b73d9b8843 (patch) | |
tree | 3fa2f834861f217cfc062e1c2a2cdc5dcb07ad32 /dev-python/webob | |
parent | Stable for sparc, wrt bug #530612 (diff) | |
download | gentoo-2-13fbb4be0dc2f79d21c102bda55d28b73d9b8843.tar.gz gentoo-2-13fbb4be0dc2f79d21c102bda55d28b73d9b8843.tar.bz2 gentoo-2-13fbb4be0dc2f79d21c102bda55d28b73d9b8843.zip |
Stable for sparc, wrt bug #530620
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/webob')
-rw-r--r-- | dev-python/webob/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/webob/webob-1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index fe9b53584b15..a2fd6e8c4fdb 100644 --- a/dev-python/webob/ChangeLog +++ b/dev-python/webob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webob -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.97 2014/12/23 16:02:45 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.98 2015/01/02 12:26:22 ago Exp $ + + 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild: + Stable for sparc, wrt bug #530620 23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild: Stable for alpha, wrt bug #530620 diff --git a/dev-python/webob/webob-1.4.ebuild b/dev-python/webob/webob-1.4.ebuild index cbd6c5132602..00da1f56915f 100644 --- a/dev-python/webob/webob-1.4.ebuild +++ b/dev-python/webob/webob-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.9 2014/12/23 16:02:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.10 2015/01/02 12:26:22 ago Exp $ EAPI=5 @@ -17,7 +17,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 ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |