diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 08:00:19 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 08:00:19 +0000 |
commit | e2978b8457333e96e01fbbd7ab9e8e2be68b202b (patch) | |
tree | 0c63ed999298e512ea95865b710daeef782dd24b /dev-python/pylint | |
parent | keywords ~amd64; closes #60997. (diff) | |
download | historical-e2978b8457333e96e01fbbd7ab9e8e2be68b202b.tar.gz historical-e2978b8457333e96e01fbbd7ab9e8e2be68b202b.tar.bz2 historical-e2978b8457333e96e01fbbd7ab9e8e2be68b202b.zip |
keywords ~amd64; closes #60988.
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.4.0.ebuild | 4 |
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" |