diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:43:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:43:32 +0000 |
commit | 1b23bfd6028746227e0511e26ef13e94c2f32eff (patch) | |
tree | 791ec9e8beba62dd121e27a93bc00e993a667e1e /sys-fs/mtools/mtools-3.9.9.ebuild | |
parent | sync IUSE (+build, -uclibc) (diff) | |
download | historical-1b23bfd6028746227e0511e26ef13e94c2f32eff.tar.gz historical-1b23bfd6028746227e0511e26ef13e94c2f32eff.tar.bz2 historical-1b23bfd6028746227e0511e26ef13e94c2f32eff.zip |
sync IUSE (missing)
Diffstat (limited to 'sys-fs/mtools/mtools-3.9.9.ebuild')
-rw-r--r-- | sys-fs/mtools/mtools-3.9.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-fs/mtools/mtools-3.9.9.ebuild b/sys-fs/mtools/mtools-3.9.9.ebuild index e3f895fda879..a9619284ceec 100644 --- a/sys-fs/mtools/mtools-3.9.9.ebuild +++ b/sys-fs/mtools/mtools-3.9.9.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/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.4 2004/06/24 22:52:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-3.9.9.ebuild,v 1.5 2004/07/15 03:38:47 agriffis Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" SRC_URI="http://mtools.linux.lu/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://mtools.linux.lu/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="" DEPEND="sys-apps/texinfo" |