diff options
Diffstat (limited to 'net-misc/chrony/chrony-1.19.99.2.ebuild')
-rw-r--r-- | net-misc/chrony/chrony-1.19.99.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/chrony/chrony-1.19.99.2.ebuild b/net-misc/chrony/chrony-1.19.99.2.ebuild index 0989c6e9e170..2aa99e3f863d 100644 --- a/net-misc/chrony/chrony-1.19.99.2.ebuild +++ b/net-misc/chrony/chrony-1.19.99.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.19.99.2.ebuild,v 1.3 2003/10/06 21:40:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.99.2.ebuild,v 1.4 2004/03/19 10:07:12 mr_bones_ Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="~x86 sparc" IUSE="readline" DEPEND="virtual/glibc - readline? ( >=readline-4.1-r4 )" + readline? ( >=sys-libs/readline-4.1-r4 )" src_unpack() { unpack ${A} ; cd ${S} |