diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-26 18:36:23 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-26 18:36:23 +0000 |
commit | 22bed12ebfa7180cc9220e2d5851f4957d553a4a (patch) | |
tree | a420297ecbfc8e0a7c8a25fd9d6a2672323fad73 /dev-python/webpy | |
parent | Stable on amd64 wrt bug #325381 (diff) | |
download | historical-22bed12ebfa7180cc9220e2d5851f4957d553a4a.tar.gz historical-22bed12ebfa7180cc9220e2d5851f4957d553a4a.tar.bz2 historical-22bed12ebfa7180cc9220e2d5851f4957d553a4a.zip |
Stable on amd64 wrt bug #325383
Package-Manager: portage-2.1.8.3/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.34.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog index 15104a8a6811..cf650402ee84 100644 --- a/dev-python/webpy/ChangeLog +++ b/dev-python/webpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webpy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.16 2010/06/24 18:10:43 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.17 2010/06/26 18:36:23 angelos Exp $ + + 26 Jun 2010; Christoph Mende <angelos@gentoo.org> webpy-0.34.ebuild: + Stable on amd64 wrt bug #325383 24 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> webpy-0.34.ebuild: diff --git a/dev-python/webpy/webpy-0.34.ebuild b/dev-python/webpy/webpy-0.34.ebuild index 9aa39cdecfbc..b3a835a5977c 100644 --- a/dev-python/webpy/webpy-0.34.ebuild +++ b/dev-python/webpy/webpy-0.34.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/webpy/webpy-0.34.ebuild,v 1.2 2010/06/24 18:10:43 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.34.ebuild,v 1.3 2010/06/26 18:36:23 angelos 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="" |