diff options
author | 2004-05-04 12:40:05 +0000 | |
---|---|---|
committer | 2004-05-04 12:40:05 +0000 | |
commit | 8e82d0b0af52ae5640e93afda633d086ed4cae7f (patch) | |
tree | 2cf7c69a69702a5d92879214169e3c9ce498f5c5 /dev-python/epydoc/epydoc-2.0.ebuild | |
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/epydoc/epydoc-2.0.ebuild')
-rw-r--r-- | dev-python/epydoc/epydoc-2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/epydoc/epydoc-2.0.ebuild b/dev-python/epydoc/epydoc-2.0.ebuild index df53b654838b..fe54b09403aa 100644 --- a/dev-python/epydoc/epydoc-2.0.ebuild +++ b/dev-python/epydoc/epydoc-2.0.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/epydoc/epydoc-2.0.ebuild,v 1.2 2004/02/17 20:06:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-2.0.ebuild,v 1.3 2004/05/04 11:44:07 kloeri Exp $ inherit distutils @@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/epydoc/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="x86 alpha ia64" +IUSE="" RDEPEND="virtual/python" |