diff options
Diffstat (limited to 'net-misc/chrony/chrony-1.20.ebuild')
-rw-r--r-- | net-misc/chrony/chrony-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/chrony/chrony-1.20.ebuild b/net-misc/chrony/chrony-1.20.ebuild index 5ac0f6366baf..1243f4c40014 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 Technologies, Inc. # 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.2 2004/02/20 23:00:25 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.20.ebuild,v 1.3 2004/03/19 10:07:12 mr_bones_ Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~mips sparc" IUSE="readline" DEPEND="virtual/glibc - readline? ( >=readline-4.1-r4 )" + readline? ( >=sys-libs/readline-4.1-r4 )" src_unpack() { unpack ${A} ; cd ${S} |