diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:57:23 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:57:23 +0000 |
commit | a4d0f4f7d3eeb063e1eb1a3b4789bb71ac57bfbf (patch) | |
tree | 78bb75798520df248752bd71a326defdc0193822 /net-misc/chrony | |
parent | IUSE; sed in src_unpack (bug #55755); use emake; error check; tidy (Manifest ... (diff) | |
download | gentoo-2-a4d0f4f7d3eeb063e1eb1a3b4789bb71ac57bfbf.tar.gz gentoo-2-a4d0f4f7d3eeb063e1eb1a3b4789bb71ac57bfbf.tar.bz2 gentoo-2-a4d0f4f7d3eeb063e1eb1a3b4789bb71ac57bfbf.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.19.ebuild | 4 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.20.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 7f2c09ed0833..a8792d434872 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/chrony # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.16 2004/06/24 23:38:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.17 2004/07/01 20:52:51 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> chrony-1.19.ebuild, + chrony-1.20.ebuild: + change virtual/glibc to virtual/libc 07 Jun 2004; Wout Mertens <wmertens@gentoo.org> chrony-1.20.ebuild, chrony-1.19.99.2.ebuild: diff --git a/net-misc/chrony/chrony-1.19.ebuild b/net-misc/chrony/chrony-1.19.ebuild index eb03ba8468af..ee4004f20657 100644 --- a/net-misc/chrony/chrony-1.19.ebuild +++ b/net-misc/chrony/chrony-1.19.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/net-misc/chrony/chrony-1.19.ebuild,v 1.6 2004/06/24 23:38:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.ebuild,v 1.7 2004/07/01 20:52:51 squinky86 Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 -sparc" IUSE="readline" -DEPEND="virtual/glibc +DEPEND="virtual/libc readline? ( >=sys-libs/readline-4.1-r4 )" src_unpack() { diff --git a/net-misc/chrony/chrony-1.20.ebuild b/net-misc/chrony/chrony-1.20.ebuild index b9fd8d2e01d5..701c123b89f0 100644 --- a/net-misc/chrony/chrony-1.20.ebuild +++ b/net-misc/chrony/chrony-1.20.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/net-misc/chrony/chrony-1.20.ebuild,v 1.6 2004/06/24 23:38:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.20.ebuild,v 1.7 2004/07/01 20:52:51 squinky86 Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ~mips sparc ~ppc" IUSE="readline" -DEPEND="virtual/glibc +DEPEND="virtual/libc readline? ( >=sys-libs/readline-4.1-r4 )" src_unpack() { |