diff options
author | Johannes Huber <johu@gentoo.org> | 2012-09-12 12:24:27 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-09-12 12:24:27 +0000 |
commit | a79e21aae2c4241e9f67a7a29c1cc01449a10712 (patch) | |
tree | 027e2d3ede3e0028b574e26e68b7659adef88052 /dev-python/webpy | |
parent | Stable for x86, wrt bug #429040 (diff) | |
download | historical-a79e21aae2c4241e9f67a7a29c1cc01449a10712.tar.gz historical-a79e21aae2c4241e9f67a7a29c1cc01449a10712.tar.bz2 historical-a79e21aae2c4241e9f67a7a29c1cc01449a10712.zip |
Stable for x86, wrt bug #429044
Package-Manager: portage-2.2.0_alpha127/cvs/Linux x86_64
Diffstat (limited to 'dev-python/webpy')
-rw-r--r-- | dev-python/webpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webpy/webpy-0.37.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog index 19d458c5aab8..39e15eba1b9d 100644 --- a/dev-python/webpy/ChangeLog +++ b/dev-python/webpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webpy # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.26 2012/09/12 08:53:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.27 2012/09/12 12:24:27 johu Exp $ + + 12 Sep 2012; Johannes Huber <johu@gentoo.org> webpy-0.37.ebuild: + Stable for x86, wrt bug #429044 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> webpy-0.37.ebuild: Stable for amd64, wrt bug #429044 diff --git a/dev-python/webpy/webpy-0.37.ebuild b/dev-python/webpy/webpy-0.37.ebuild index 695f67fccf16..421782e37495 100644 --- a/dev-python/webpy/webpy-0.37.ebuild +++ b/dev-python/webpy/webpy-0.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.37.ebuild,v 1.2 2012/09/12 08:53:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.37.ebuild,v 1.3 2012/09/12 12:24:27 johu Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="http://www.webpy.org/static/${MY_PN}-${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~hppa ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~hppa x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |