summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-17 08:00:19 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-17 08:00:19 +0000
commit799954e7661ea9b77154edb51607eb040f4eda6f (patch)
tree8d0af064ebc457f1c1ee6555ae928008d6ffb8d3 /dev-python
parentkeywords ~amd64; closes #60997. (Manifest recommit) (diff)
downloadgentoo-2-799954e7661ea9b77154edb51607eb040f4eda6f.tar.gz
gentoo-2-799954e7661ea9b77154edb51607eb040f4eda6f.tar.bz2
gentoo-2-799954e7661ea9b77154edb51607eb040f4eda6f.zip
keywords ~amd64; closes #60988.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylint/ChangeLog5
-rw-r--r--dev-python/pylint/pylint-0.4.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index e7e26fc51e07..14acef83d042 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylint
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.9 2004/06/25 01:40:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.10 2004/10/17 08:00:19 absinthe Exp $
+
+ 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> pylint-0.4.0.ebuild:
+ keywords ~amd64; closes #60988.
12 May 2004; David Holm <dholm@gentoo.org> pylint-0.4.0.ebuild:
Added to ~ppc.
diff --git a/dev-python/pylint/pylint-0.4.0.ebuild b/dev-python/pylint/pylint-0.4.0.ebuild
index 780c7a4d38f1..0d662d9d36a2 100644
--- a/dev-python/pylint/pylint-0.4.0.ebuild
+++ b/dev-python/pylint/pylint-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.4.0.ebuild,v 1.3 2004/06/25 01:40:19 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.4.0.ebuild,v 1.4 2004/10/17 08:00:19 absinthe Exp $
inherit distutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.logilab.org/projects/pylint/"
IUSE=""
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
LICENSE="GPL-2"
DEPEND=">=dev-python/optik-1.4
>=dev-python/logilab-common-0.5.0"