summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-03-24 22:46:42 +0000
committerChristoph Mende <angelos@gentoo.org>2011-03-24 22:46:42 +0000
commit9ff696b62ba9ee025d27056bf08c64e345411c85 (patch)
tree9e25dd3a10ed016331bc6c8791d011b2b49ff8a4 /dev-python/webob
parentVersion bump. Add doc USE flag (bug #351778). (diff)
downloadgentoo-2-9ff696b62ba9ee025d27056bf08c64e345411c85.tar.gz
gentoo-2-9ff696b62ba9ee025d27056bf08c64e345411c85.tar.bz2
gentoo-2-9ff696b62ba9ee025d27056bf08c64e345411c85.zip
Stable on amd64 wrt bug #360369
(Portage version: 2.2.0_alpha28/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.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog
index 0e5b6a82a69d..605884a52357 100644
--- a/dev-python/webob/ChangeLog
+++ b/dev-python/webob/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webob
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.28 2011/03/24 22:44:20 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.29 2011/03/24 22:46:42 angelos Exp $
+
+ 24 Mar 2011; Christoph Mende <angelos@gentoo.org> webob-1.0.3.ebuild:
+ Stable on amd64 wrt bug #360369
*webob-1.0.5 (24 Mar 2011)
diff --git a/dev-python/webob/webob-1.0.3.ebuild b/dev-python/webob/webob-1.0.3.ebuild
index a0fd054bda9c..66f1bedf20e5 100644
--- a/dev-python/webob/webob-1.0.3.ebuild
+++ b/dev-python/webob/webob-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.3.ebuild,v 1.1 2011/02/21 20:03:27 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.3.ebuild,v 1.2 2011/03/24 22:46:42 angelos Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
# Note: Tests require webtest, but webob is a dependency of webtest.