diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-04 17:48:20 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-04 17:48:20 +0000 |
commit | a5ccd61c2bd2a78ec95e9a2f5a57ea68107a6f83 (patch) | |
tree | 72e34b08ca139d9371e0b6bde9fcb065f6b6b5ed /app-admin | |
parent | ok, ready to me unmasked. This is the Swegener-Rocks Release for Gentoo. Th... (diff) | |
download | gentoo-2-a5ccd61c2bd2a78ec95e9a2f5a57ea68107a6f83.tar.gz gentoo-2-a5ccd61c2bd2a78ec95e9a2f5a57ea68107a6f83.tar.bz2 gentoo-2-a5ccd61c2bd2a78ec95e9a2f5a57ea68107a6f83.zip |
virtual/glibc --> virtual/libc
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gentoo-rsync-mirror/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/gentoo-rsync-mirror/ChangeLog b/app-admin/gentoo-rsync-mirror/ChangeLog index 81c53fb5e190..21cee18b3972 100644 --- a/app-admin/gentoo-rsync-mirror/ChangeLog +++ b/app-admin/gentoo-rsync-mirror/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/gentoo-rsync-mirror # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.19 2004/08/30 23:38:09 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/ChangeLog,v 1.20 2004/09/04 17:46:04 squinky86 Exp $ + + 04 Sep 2004; Jon Hood <squinky86@gentoo.org> + gentoo-rsync-mirror-1.0-r4.ebuild: + Change virtual/glibc --> virtual/libc. *gentoo-rsync-mirror-1.0-r4 (31 Aug 2004) diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild index 0aa14a4906d7..642b89e93299 100644 --- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild +++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild,v 1.1 2004/08/30 23:38:09 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r4.ebuild,v 1.2 2004/09/04 17:46:04 squinky86 Exp $ IUSE="" S=${WORKDIR}/gentoo-rsync-mirror-${PV} DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror" HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="net-misc/rsync dev-lang/perl" SLOT="0" |