summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-10-18 16:25:04 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-10-18 16:25:04 +0000
commitcfb097204af2ce648bde41054c3a738889462563 (patch)
tree3c60621b20933d54bd3be4230750cfc4891dd669 /dev-python/webob
parentStable on amd64 wrt bug #341327 (diff)
downloadgentoo-2-cfb097204af2ce648bde41054c3a738889462563.tar.gz
gentoo-2-cfb097204af2ce648bde41054c3a738889462563.tar.bz2
gentoo-2-cfb097204af2ce648bde41054c3a738889462563.zip
Stable on amd64 wrt bug #341331
(Portage version: 2.2_rc97/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webob')
-rw-r--r--dev-python/webob/ChangeLog5
-rw-r--r--dev-python/webob/webob-1.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog
index 86720b3af090..019eb8825dc4 100644
--- a/dev-python/webob/ChangeLog
+++ b/dev-python/webob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.16 2010/09/14 20:26:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.17 2010/10/18 16:25:04 hwoarang Exp $
+
+ 18 Oct 2010; Markos Chandras <hwoarang@gentoo.org> webob-1.0.ebuild:
+ Stable on amd64 wrt bug #341331
*webob-1.0 (14 Sep 2010)
diff --git a/dev-python/webob/webob-1.0.ebuild b/dev-python/webob/webob-1.0.ebuild
index f72c0a168daa..99ce4cdfe999 100644
--- a/dev-python/webob/webob-1.0.ebuild
+++ b/dev-python/webob/webob-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.ebuild,v 1.1 2010/09/14 20:26:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.ebuild,v 1.2 2010/10/18 16:25:04 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
#Note: Tests require webtest, but webob is a dependency of webtest.