summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-04 12:15:27 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-04 12:15:27 +0000
commit47790f8a59991d4f84b5dc0e51374899b0031e13 (patch)
treeb3e3264bd702e5e56fbdab58032431ff4f2cecf5 /dev-python/pylint
parentAdd missing IUSE. (Manifest recommit) (diff)
downloadgentoo-2-47790f8a59991d4f84b5dc0e51374899b0031e13.tar.gz
gentoo-2-47790f8a59991d4f84b5dc0e51374899b0031e13.tar.bz2
gentoo-2-47790f8a59991d4f84b5dc0e51374899b0031e13.zip
Add missing IUSE.
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/ChangeLog5
-rw-r--r--dev-python/pylint/pylint-0.3.3.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index 3738d7a1116c..19f5a81180d7 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylint
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.5 2004/04/17 12:20:58 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.6 2004/05/04 12:15:27 kloeri Exp $
+
+ 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pylint-0.3.3.ebuild:
+ Add missing IUSE.
17 Apr 2004; Bryan Østergaard <kloeri@gentoo.org> -pylint-0.2.1.ebuild,
-pylint-0.3.2.ebuild, pylint-0.3.3.ebuild:
diff --git a/dev-python/pylint/pylint-0.3.3.ebuild b/dev-python/pylint/pylint-0.3.3.ebuild
index 51b3037ac25e..3c04a275039c 100644
--- a/dev-python/pylint/pylint-0.3.3.ebuild
+++ b/dev-python/pylint/pylint-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.3.3.ebuild,v 1.2 2004/04/17 12:20:58 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.3.3.ebuild,v 1.3 2004/05/04 12:15:27 kloeri Exp $
inherit distutils
@@ -8,6 +8,7 @@ DESCRIPTION="PyLint is a python tool that checks if a module satisfy a coding st
SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
HOMEPAGE="http://www.logilab.org/projects/pylint/"
+IUSE=""
SLOT="0"
KEYWORDS="x86"
LICENSE="GPL-2"