diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-06 16:45:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-06 16:45:09 +0000 |
commit | 8b8b4fcb5e782a7b5880159d1134f9d31c5dd301 (patch) | |
tree | feb830148537ca2c737d340d5f7fa0418cbb9a83 /dev-python/webob | |
parent | Stable for ia64, wrt bug #530618 (diff) | |
download | gentoo-2-8b8b4fcb5e782a7b5880159d1134f9d31c5dd301.tar.gz gentoo-2-8b8b4fcb5e782a7b5880159d1134f9d31c5dd301.tar.bz2 gentoo-2-8b8b4fcb5e782a7b5880159d1134f9d31c5dd301.zip |
Stable for ia64, wrt bug #530620
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", 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.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index c2d189355f5c..8220ec3763f1 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.91 2014/12/05 10:16:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.92 2014/12/06 16:45:09 ago Exp $ + + 06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild: + Stable for ia64, wrt bug #530620 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> webob-1.4.ebuild: Stable for x86, wrt bug #530620 diff --git a/dev-python/webob/webob-1.4.ebuild b/dev-python/webob/webob-1.4.ebuild index 71630b10c7ee..243afc3490f8 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 # 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.3 2014/12/05 10:16:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.ebuild,v 1.4 2014/12/06 16:45:09 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}] |