diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-01-23 15:58:26 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-01-23 15:58:26 +0000 |
commit | 7251403cd1cab9c239810990e1095478c6f7cc73 (patch) | |
tree | 403b458bb44680d0caee3ac4e586df36fee7b9a1 /dev-python/twill | |
parent | Add ~amd64, bug 206405 (diff) | |
download | gentoo-2-7251403cd1cab9c239810990e1095478c6f7cc73.tar.gz gentoo-2-7251403cd1cab9c239810990e1095478c6f7cc73.tar.bz2 gentoo-2-7251403cd1cab9c239810990e1095478c6f7cc73.zip |
Add ~amd64, bug 202397
(Portage version: 2.1.4)
Diffstat (limited to 'dev-python/twill')
-rw-r--r-- | dev-python/twill/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twill/twill-0.9_beta1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/twill/ChangeLog b/dev-python/twill/ChangeLog index be6c36c24273..d801d32d5fd0 100644 --- a/dev-python/twill/ChangeLog +++ b/dev-python/twill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twill -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.1 2007/04/24 19:37:59 pythonhead Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.2 2008/01/23 15:58:26 beandog Exp $ + + 23 Jan 2008; Steve Dibb <beandog@gentoo.org> twill-0.9_beta1.ebuild: + Add ~amd64, bug 202397 *twill-0.9_beta1 (24 Apr 2007) diff --git a/dev-python/twill/twill-0.9_beta1.ebuild b/dev-python/twill/twill-0.9_beta1.ebuild index 41f1a9370f1b..1bf4c7fb4234 100644 --- a/dev-python/twill/twill-0.9_beta1.ebuild +++ b/dev-python/twill/twill-0.9_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9_beta1.ebuild,v 1.2 2007/07/11 06:19:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9_beta1.ebuild,v 1.3 2008/01/23 15:58:26 beandog Exp $ inherit distutils @@ -11,7 +11,7 @@ DESCRIPTION="Simple scripting language for web browsing with Python API." HOMEPAGE="http://twill.idyll.org/" SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz" LICENSE="MIT" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="doc" |