diff options
-rw-r--r-- | net-misc/clockspeed/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/clockspeed/clockspeed-0.62-r6.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/clockspeed/ChangeLog b/net-misc/clockspeed/ChangeLog index 2479f96eafff..0b1cecf02876 100644 --- a/net-misc/clockspeed/ChangeLog +++ b/net-misc/clockspeed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/clockspeed -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.26 2009/12/09 22:24:05 bangert Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/ChangeLog,v 1.27 2011/04/26 16:31:56 darkside Exp $ + + 26 Apr 2011; Jeremy Olexa <darkside@gentoo.org> clockspeed-0.62-r6.ebuild: + The ntpclockset command requires dnsip(1) from net-dns/djbdns 09 Dec 2009; Thilo Bangert <bangert@gentoo.org> -clockspeed-0.62-r5.ebuild: diff --git a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild index 0cee186a0984..e51306e381fd 100644 --- a/net-misc/clockspeed/clockspeed-0.62-r6.ebuild +++ b/net-misc/clockspeed/clockspeed-0.62-r6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r6.ebuild,v 1.2 2009/12/09 21:56:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r6.ebuild,v 1.3 2011/04/26 16:31:56 darkside Exp $ EAPI="2" @@ -17,7 +17,8 @@ IUSE="static selinux" RESTRICT="test" DEPEND="sys-apps/groff" -RDEPEND="selinux? ( sec-policy/selinux-clockspeed )" +RDEPEND="selinux? ( sec-policy/selinux-clockspeed ) + net-dns/djbdns" # this is the trailing part of the name for the latest leapseconds file. LEAPSECONDS_DATE="20081114" |