diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 17:58:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-15 17:58:01 +0000 |
commit | 03fec99a9b2b34765463b953385b9025a3dcb488 (patch) | |
tree | d2e054fe35c174ecbf61de8f1abe80d482c97013 /sys-apps/parted/parted-1.6.6.ebuild | |
parent | xfsprogs in sys-fs now (diff) | |
download | gentoo-2-03fec99a9b2b34765463b953385b9025a3dcb488.tar.gz gentoo-2-03fec99a9b2b34765463b953385b9025a3dcb488.tar.bz2 gentoo-2-03fec99a9b2b34765463b953385b9025a3dcb488.zip |
e2fsprogs in sys-fs
Diffstat (limited to 'sys-apps/parted/parted-1.6.6.ebuild')
-rw-r--r-- | sys-apps/parted/parted-1.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/parted/parted-1.6.6.ebuild b/sys-apps/parted/parted-1.6.6.ebuild index 0b09240cdc43..da9776918fce 100644 --- a/sys-apps/parted/parted-1.6.6.ebuild +++ b/sys-apps/parted/parted-1.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.4 2003/09/02 18:49:31 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.5 2003/09/15 17:58:00 seemant Exp $ DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="http://www.gnu.org/software/parted" @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc ~hppa ~alpha" IUSE="nls static readline debug" -DEPEND=">=sys-apps/e2fsprogs-1.27 +DEPEND=">=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 nls? ( sys-devel/gettext ) readline? ( >=sys-libs/readline-4.1-r4 )" |