diff options
-rw-r--r-- | dev-python/webob/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webob/webob-1.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/webtest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webtest/webtest-1.2.3.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/webob/ChangeLog b/dev-python/webob/ChangeLog index 605884a52357..89600b85f724 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.29 2011/03/24 22:46:42 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/ChangeLog,v 1.30 2011/03/26 19:26:12 klausman Exp $ + + 26 Mar 2011; Tobias Klausmann <klausman@gentoo.org> webob-1.0.5.ebuild: + Keyworded on alpha 24 Mar 2011; Christoph Mende <angelos@gentoo.org> webob-1.0.3.ebuild: Stable on amd64 wrt bug #360369 diff --git a/dev-python/webob/webob-1.0.5.ebuild b/dev-python/webob/webob-1.0.5.ebuild index 07f0edc1e370..513c1a937fe3 100644 --- a/dev-python/webob/webob-1.0.5.ebuild +++ b/dev-python/webob/webob-1.0.5.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.5.ebuild,v 1.1 2011/03/24 22:44:20 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.0.5.ebuild,v 1.2 2011/03/26 19:26:12 klausman Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" # Tests depend on some packages absent in the tree. diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog index a8f63b2c5b25..8f109c8ad0eb 100644 --- a/dev-python/webtest/ChangeLog +++ b/dev-python/webtest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webtest # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.24 2011/01/07 17:00:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.25 2011/03/26 19:27:27 klausman Exp $ + + 26 Mar 2011; Tobias Klausmann <klausman@gentoo.org> webtest-1.2.3.ebuild: + Keyworded on alpha 07 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -webtest-1.2.2.ebuild: diff --git a/dev-python/webtest/webtest-1.2.3.ebuild b/dev-python/webtest/webtest-1.2.3.ebuild index 952219526f11..d7ada0cc3b01 100644 --- a/dev-python/webtest/webtest-1.2.3.ebuild +++ b/dev-python/webtest/webtest-1.2.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/webtest/webtest-1.2.3.ebuild,v 1.5 2011/01/07 16:37:05 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.2.3.ebuild,v 1.6 2011/03/26 19:27:27 klausman Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -20,7 +20,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ppc ~sparc x86" IUSE="" RDEPEND=">=dev-python/webob-0.9.2" |