diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 23:57:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 23:57:06 +0000 |
commit | 4c7117693b3a8bf45ba179a983d1cfdca62683d8 (patch) | |
tree | f28b8f974c780ed257ebeae0fee310106ebc4d76 /dev-python | |
parent | Resurrect the pre-slotting ebuilds for 4.1 and 5.0. (diff) | |
download | gentoo-2-4c7117693b3a8bf45ba179a983d1cfdca62683d8.tar.gz gentoo-2-4c7117693b3a8bf45ba179a983d1cfdca62683d8.tar.bz2 gentoo-2-4c7117693b3a8bf45ba179a983d1cfdca62683d8.zip |
Mark 0.7.0 ~alpha/~ia64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nevow/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/nevow/nevow-0.7.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/nevow/ChangeLog b/dev-python/nevow/ChangeLog index 711d6164ece2..f36386d28e7f 100644 --- a/dev-python/nevow/ChangeLog +++ b/dev-python/nevow/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nevow -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.9 2005/12/21 13:14:45 marienz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.10 2006/01/31 23:57:06 agriffis Exp $ + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> nevow-0.7.0.ebuild: + Mark 0.7.0 ~alpha/~ia64 *nevow-0.7.0 (21 Dec 2005) diff --git a/dev-python/nevow/nevow-0.7.0.ebuild b/dev-python/nevow/nevow-0.7.0.ebuild index d1d749241ba4..5cb535cd558e 100644 --- a/dev-python/nevow/nevow-0.7.0.ebuild +++ b/dev-python/nevow/nevow-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.7.0.ebuild,v 1.1 2005/12/21 13:14:45 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.7.0.ebuild,v 1.2 2006/01/31 23:57:06 agriffis Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/Nevow-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86" IUSE="doc test" DEPEND=">=dev-lang/python-2.4 |