diff options
author | 2003-09-17 03:45:23 +0000 | |
---|---|---|
committer | 2003-09-17 03:45:23 +0000 | |
commit | a64e7efdb389f20a65a1874a51702900f6707281 (patch) | |
tree | 52154d7bf2c46d99ac89160f979fb5c7c2203518 /app-misc | |
parent | add () for selinux (diff) | |
download | gentoo-2-a64e7efdb389f20a65a1874a51702900f6707281.tar.gz gentoo-2-a64e7efdb389f20a65a1874a51702900f6707281.tar.bz2 gentoo-2-a64e7efdb389f20a65a1874a51702900f6707281.zip |
changed dependency to sys-fs/mtools instead of app-admin/mtools
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fdutils/ChangeLog | 4 | ||||
-rw-r--r-- | app-misc/fdutils/Manifest | 4 | ||||
-rw-r--r-- | app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/app-misc/fdutils/ChangeLog b/app-misc/fdutils/ChangeLog index 86541ce7ba3c..85c624896b53 100644 --- a/app-misc/fdutils/ChangeLog +++ b/app-misc/fdutils/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.4 2002/05/30 01:54:49 sandymac Exp + 16 Sep 2003; Seemant Kulleen <seemant@gentoo.org> + fdutils-5.4.20020222-r1.ebuild: + changed dependency to sys-fs/mtools instead of app-admin/mtools + *fdutils-5.4.20020222-r1 (03 Oct 2002) 12 Apr 2003; Seemant Kulleen <seemant@gentoo.org> diff --git a/app-misc/fdutils/Manifest b/app-misc/fdutils/Manifest index 19f44d595f61..87dc1a03969d 100644 --- a/app-misc/fdutils/Manifest +++ b/app-misc/fdutils/Manifest @@ -1,5 +1,5 @@ -MD5 c56c3d812161b68054a0c045e3aae18b ChangeLog 1048 -MD5 42ab7137044bb8275586fbac699eb834 fdutils-5.4.20020222-r1.ebuild 969 +MD5 7b45023901829f611761e51d06f3888a fdutils-5.4.20020222-r1.ebuild 967 +MD5 e404db471d4e3e2577ef6efb92c2eba2 ChangeLog 1201 MD5 cd0c71ed19abad48817d2edeb58c0228 fdutils-5.4.20020222.ebuild 1557 MD5 c2ef222aaad9496533b756688db40543 files/digest-fdutils-5.4.20020222 135 MD5 c2ef222aaad9496533b756688db40543 files/digest-fdutils-5.4.20020222-r1 135 diff --git a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild b/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild index 1417d6436605..5346049ed1a3 100644 --- a/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild +++ b/app-misc/fdutils/fdutils-5.4.20020222-r1.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/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.8 2003/08/05 15:43:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fdutils/fdutils-5.4.20020222-r1.ebuild,v 1.9 2003/09/17 03:45:20 seemant Exp $ inherit eutils @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND=">=app-admin/mtools-3 +DEPEND=">=sys-fs/mtools-3 tetex? ( >=app-text/tetex-1.0.7-r10 )" src_unpack() { |