diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-04-26 23:48:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-04-26 23:48:30 +0000 |
commit | d8b376fc57862e2937b5b2e455390785245729f3 (patch) | |
tree | 49d3734c2ac07552d4fa2214d26461b9ad17199a /dev-python/webpy | |
parent | Bump to 2.0.6. Re-fix perl module collisions, bug #133767. Clean up old ebuilds. (diff) | |
download | gentoo-2-d8b376fc57862e2937b5b2e455390785245729f3.tar.gz gentoo-2-d8b376fc57862e2937b5b2e455390785245729f3.tar.bz2 gentoo-2-d8b376fc57862e2937b5b2e455390785245729f3.zip |
add ~amd64, bug 175187
(Portage version: 2.1.2.4)
Diffstat (limited to 'dev-python/webpy')
-rw-r--r-- | dev-python/webpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/webpy/webpy-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog index 319e14adc9f6..5d98e2a81bb2 100644 --- a/dev-python/webpy/ChangeLog +++ b/dev-python/webpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webpy # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.1 2007/01/19 09:01:30 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.2 2007/04/26 23:48:30 beandog Exp $ + + 26 Apr 2007; Steve Dibb <beandog@gentoo.org> webpy-0.2.ebuild: + add ~amd64, bug 175187 *webpy-0.2 (19 Jan 2007) diff --git a/dev-python/webpy/webpy-0.2.ebuild b/dev-python/webpy/webpy-0.2.ebuild index 0e3276ecc69d..d632a24c320c 100644 --- a/dev-python/webpy/webpy-0.2.ebuild +++ b/dev-python/webpy/webpy-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.2.ebuild,v 1.1 2007/01/19 09:01:30 wrobel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.2.ebuild,v 1.2 2007/04/26 23:48:30 beandog Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://www.webpy.org/${MY_PN}-${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.3" |