summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-10-15 12:54:37 +0000
committerThomas Cort <tcort@gentoo.org>2006-10-15 12:54:37 +0000
commit3d5b2a5ff6db6cad6b767eaf880fa6d7f6415ab7 (patch)
tree24290204d0050be47096642c5a3bdb561c5cebb6 /dev-python
parentMark 2.82 stable on ia64. #143979 (diff)
downloadgentoo-2-3d5b2a5ff6db6cad6b767eaf880fa6d7f6415ab7.tar.gz
gentoo-2-3d5b2a5ff6db6cad6b767eaf880fa6d7f6415ab7.tar.bz2
gentoo-2-3d5b2a5ff6db6cad6b767eaf880fa6d7f6415ab7.zip
Added ~amd64 keyword wrt Bug #147370.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/utidylib/ChangeLog5
-rw-r--r--dev-python/utidylib/utidylib-0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog
index 1ad29db3f910..67f8c3a07e4e 100644
--- a/dev-python/utidylib/ChangeLog
+++ b/dev-python/utidylib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/utidylib
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.3 2006/03/19 23:51:03 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.4 2006/10/15 12:54:37 tcort Exp $
+
+ 15 Oct 2006; Thomas Cort <tcort@gentoo.org> utidylib-0.2.ebuild:
+ Added ~amd64 keyword wrt Bug #147370.
19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> utidylib-0.2.ebuild:
Add DEPEND on app-arch/unzip
diff --git a/dev-python/utidylib/utidylib-0.2.ebuild b/dev-python/utidylib/utidylib-0.2.ebuild
index 9aa8a2f53edb..a9e1242afc3d 100644
--- a/dev-python/utidylib/utidylib-0.2.ebuild
+++ b/dev-python/utidylib/utidylib-0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.3 2006/03/19 23:51:03 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.4 2006/10/15 12:54:37 tcort Exp $
inherit distutils eutils
@@ -12,7 +12,7 @@ SRC_URI="http://download.berlios.de/utidylib/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND=">=dev-lang/python-2.3