diff options
Diffstat (limited to 'net-misc/netdate/netdate-1.2.ebuild')
-rw-r--r-- | net-misc/netdate/netdate-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |