diff options
author | Jared H.Hudson <jhhudso@gentoo.org> | 2005-02-12 11:41:12 +0000 |
---|---|---|
committer | Jared H.Hudson <jhhudso@gentoo.org> | 2005-02-12 11:41:12 +0000 |
commit | 8c47f310592f213496dcfba1d9dc3ab22371e3d0 (patch) | |
tree | 154a71eeea65454e7f74233d27c0523a69fb2b05 /net-misc/netdate | |
parent | Version bump. (diff) | |
download | gentoo-2-8c47f310592f213496dcfba1d9dc3ab22371e3d0.tar.gz gentoo-2-8c47f310592f213496dcfba1d9dc3ab22371e3d0.tar.bz2 gentoo-2-8c47f310592f213496dcfba1d9dc3ab22371e3d0.zip |
Marked netdate-1.2 as stable under x86, amd64, mips and sparc
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/netdate')
-rw-r--r-- | net-misc/netdate/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netdate/netdate-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netdate/ChangeLog b/net-misc/netdate/ChangeLog index e2b5ff1ec438..d5b26d6be558 100644 --- a/net-misc/netdate/ChangeLog +++ b/net-misc/netdate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netdate # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/ChangeLog,v 1.5 2005/01/07 03:57:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/ChangeLog,v 1.6 2005/02/12 11:41:12 jhhudso Exp $ + + 12 Feb 2005; Jared Hudson <jhhudso@gentoo.org> netdate-1.2.ebuild: + Marked netdate-1.2 as stable for all architectures. 06 Jan 2005; Robin H. Johnson <robbat2@gentoo.org> netdate-1.2.ebuild: Cleanup the ebuild, and add ~mips because I'm using this on the XXS1500. diff --git a/net-misc/netdate/netdate-1.2.ebuild b/net-misc/netdate/netdate-1.2.ebuild index 4000607682c6..c27636ca8f40 100644 --- a/net-misc/netdate/netdate-1.2.ebuild +++ b/net-misc/netdate/netdate-1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.5 2005/01/07 03:57:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netdate/netdate-1.2.ebuild,v 1.6 2005/02/12 11:41:12 jhhudso Exp $ DESCRIPTION="A Utility to synchronize the time with ntp-servers" SRC_URI="mirror://gentoo/netdate-${PV}.tar.bz2" SLOT="0" LICENSE="public-domain" -KEYWORDS="~x86 ~sparc ~mips" +KEYWORDS="x86 sparc mips amd64" IUSE="" DEPEND="virtual/libc" S=${WORKDIR}/${PN} |