diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:52:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 21:52:18 +0000 |
commit | 4513b98f534084e1c0d9da37aba54165a54264cf (patch) | |
tree | 495d8d33ca7f5ce2dec2f04262e3d700824cad32 /sys-fs/xfsdump | |
parent | virtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff) | |
download | gentoo-2-4513b98f534084e1c0d9da37aba54165a54264cf.tar.gz gentoo-2-4513b98f534084e1c0d9da37aba54165a54264cf.tar.bz2 gentoo-2-4513b98f534084e1c0d9da37aba54165a54264cf.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-1.1.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog index ef4302f51144..fa78ca2a6e57 100644 --- a/sys-fs/xfsdump/ChangeLog +++ b/sys-fs/xfsdump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/xfsdump # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.11 2004/06/28 01:55:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.12 2004/07/01 21:51:55 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> xfsdump-1.1.7.ebuild: + virtual/glibc -> virtual/libc 27 Jun 2004; Aron Griffis <agriffis@gentoo.org> xfsdump-2.2.16.ebuild: QA - fix use invocation diff --git a/sys-fs/xfsdump/xfsdump-1.1.7.ebuild b/sys-fs/xfsdump/xfsdump-1.1.7.ebuild index 693aa731e809..93dc77244be9 100644 --- a/sys-fs/xfsdump/xfsdump-1.1.7.ebuild +++ b/sys-fs/xfsdump/xfsdump-1.1.7.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/xfsdump/xfsdump-1.1.7.ebuild,v 1.3 2004/06/24 22:54:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-1.1.7.ebuild,v 1.4 2004/07/01 21:51:55 eradicator Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs dump/restore utilities" @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 -sparc" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/autoconf sys-devel/make sys-fs/e2fsprogs @@ -19,7 +19,7 @@ DEPEND="virtual/glibc sys-apps/dmapi sys-apps/attr" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_compile() { cd ${S} |