diff options
-rw-r--r-- | net-misc/chrony/ChangeLog (renamed from net-misc/chrony/Changelog) | 10 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.18.ebuild | 5 |
2 files changed, 11 insertions, 4 deletions
diff --git a/net-misc/chrony/Changelog b/net-misc/chrony/ChangeLog index fff35ca6dde2..9c4c26e6ef3f 100644 --- a/net-misc/chrony/Changelog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,12 @@ -# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# ChangeLog for net-misc/Chrony # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/Changelog,v 1.1 2002/05/12 16:46:21 wmertens Exp $ +# $Header: + +*chrony-1.18 (12 May 2002) + + 06 Jul 2002; phoen][x <phoenix@gentoo.org> chrony-1.18.ebuild: + Added KEYWORDS="x86". + *chrony-1.18 (12 May 2002) diff --git a/net-misc/chrony/chrony-1.18.ebuild b/net-misc/chrony/chrony-1.18.ebuild index 7fc4a2ed9baa..16f1e9500069 100644 --- a/net-misc/chrony/chrony-1.18.ebuild +++ b/net-misc/chrony/chrony-1.18.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Bardur Arantsson <bardur@imada.sdu.dk> -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.18.ebuild,v 1.2 2002/05/12 19:50:29 wmertens Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.18.ebuild,v 1.3 2002/07/06 07:34:02 phoenix Exp $ S=${WORKDIR}/${P} DESCRIPTION="NTP client and server programs" SRC_URI="http://chrony.sunsite.dk/download/${P}.tar.gz" HOMEPAGE="http://chrony.sunsite.dk" LICENSE="GPL-2" -SLOT=0 +SLOT="0" +KEYWORDS="x86" DEPEND="virtual/glibc readline? ( >=readline-4.1-r4 )" |