diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 20:45:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 20:45:32 +0000 |
commit | 5ac8b1d00132e6a21925c9bea75b4c06c7c4a021 (patch) | |
tree | 2535b4b8224da27a93822429c767d4886d7eda29 /sys-apps/mdadm | |
parent | Add ~sparc keyword (part of ruby-gnome2-all) (Manifest recommit) (diff) | |
download | gentoo-2-5ac8b1d00132e6a21925c9bea75b4c06c7c4a021.tar.gz gentoo-2-5ac8b1d00132e6a21925c9bea75b4c06c7c4a021.tar.bz2 gentoo-2-5ac8b1d00132e6a21925c9bea75b4c06c7c4a021.zip |
glibc -> libc
Diffstat (limited to 'sys-apps/mdadm')
-rw-r--r-- | sys-apps/mdadm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/mdadm/mdadm-1.5.0.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/mdadm/mdadm-1.6.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/mdadm/ChangeLog b/sys-apps/mdadm/ChangeLog index 59cd6dcca705..8720d62a62a3 100644 --- a/sys-apps/mdadm/ChangeLog +++ b/sys-apps/mdadm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/mdadm # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/ChangeLog,v 1.14 2004/06/27 17:12:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/ChangeLog,v 1.15 2004/06/30 20:45:32 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> mdadm-1.5.0.ebuild, + mdadm-1.6.0.ebuild: + glibc -> libc 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> mdadm-1.2.0.ebuild: QA - fix use invocation diff --git a/sys-apps/mdadm/mdadm-1.5.0.ebuild b/sys-apps/mdadm/mdadm-1.5.0.ebuild index c4406b78146b..63dc948a4516 100644 --- a/sys-apps/mdadm/mdadm-1.5.0.ebuild +++ b/sys-apps/mdadm/mdadm-1.5.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.5.0.ebuild,v 1.3 2004/06/24 22:15:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mdadm/mdadm-1.5.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" IUSE="static" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" 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" |