diff options
Diffstat (limited to 'sys-apps/mdadm/mdadm-1.6.0.ebuild')
-rw-r--r-- | sys-apps/mdadm/mdadm-1.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/mdadm/mdadm-1.6.0.ebuild b/sys-apps/mdadm/mdadm-1.6.0.ebuild index 25ab850059e7..fd5c716d3010 100644 --- a/sys-apps/mdadm/mdadm-1.6.0.ebuild +++ b/sys-apps/mdadm/mdadm-1.6.0.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-apps/mdadm/mdadm-1.6.0.ebuild,v 1.3 2004/06/24 22:15:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/mdadm-1.6.0.ebuild,v 1.4 2004/06/30 20:45:32 agriffis Exp $ DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools, or as a supplement." HOMEPAGE="http://www.cse.unsw.edu.au/~neilb/source" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~alpha ~ppc" IUSE="static" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |