diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-12 08:53:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-12 08:53:49 +0000 |
commit | 2916b6db0791fbf79729726656fedccc4523f2b1 (patch) | |
tree | e5e46763e1ba45ab2344ab9260eca75a048b0c8d /dev-python/webpy | |
parent | Stable for amd64, wrt bug #429040 (diff) | |
download | gentoo-2-2916b6db0791fbf79729726656fedccc4523f2b1.tar.gz gentoo-2-2916b6db0791fbf79729726656fedccc4523f2b1.tar.bz2 gentoo-2-2916b6db0791fbf79729726656fedccc4523f2b1.zip |
Stable for amd64, wrt bug #429044
(Portage version: 2.1.11.9/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 334792b806c4..19d458c5aab8 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.25 2012/06/28 07:52:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.26 2012/09/12 08:53:49 ago Exp $ + + 12 Sep 2012; Agostino Sarubbo <ago@gentoo.org> webpy-0.37.ebuild: + Stable for amd64, wrt bug #429044 *webpy-0.37 (28 Jun 2012) diff --git a/dev-python/webpy/webpy-0.37.ebuild b/dev-python/webpy/webpy-0.37.ebuild index 01bba8783363..695f67fccf16 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.1 2012/06/28 07:52:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.37.ebuild,v 1.2 2012/09/12 08:53:49 ago 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="" |