diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
commit | 8e82d0b0af52ae5640e93afda633d086ed4cae7f (patch) | |
tree | 2cf7c69a69702a5d92879214169e3c9ce498f5c5 /dev-python/pylint | |
parent | Removed masks for app-i18n/uim-0.3.1 and media-fonts/unifont-1.0 since they a... (diff) | |
download | historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.gz historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.bz2 historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.3.3.ebuild | 3 |
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" |