diff options
author | Markus Meier <maekke@gentoo.org> | 2009-04-20 20:16:51 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-04-20 20:16:51 +0000 |
commit | 5897700ba797e5eab243d072e601496faf30ff4f (patch) | |
tree | 2ce5375894abdda983b533510b78096bfa403df5 /net-misc/chrony | |
parent | clean up (diff) | |
download | gentoo-2-5897700ba797e5eab243d072e601496faf30ff4f.tar.gz gentoo-2-5897700ba797e5eab243d072e601496faf30ff4f.tar.bz2 gentoo-2-5897700ba797e5eab243d072e601496faf30ff4f.zip |
amd64 stable, bug #251042
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.23.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 77c1e85b1e5b..1d45a08ffea4 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/chrony -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.43 2008/04/24 06:58:39 tove Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.44 2009/04/20 20:16:51 maekke Exp $ + + 20 Apr 2009; Markus Meier <maekke@gentoo.org> chrony-1.23: + amd64 stable, bug #251042 24 Apr 2008; Torsten Veller <tove@gentoo.org> +files/chrony-1.23-sources.diff, chrony-1.23.ebuild: diff --git a/net-misc/chrony/chrony-1.23.ebuild b/net-misc/chrony/chrony-1.23.ebuild index 7be7ab66bf39..3d45428a8ee2 100644 --- a/net-misc/chrony/chrony-1.23.ebuild +++ b/net-misc/chrony/chrony-1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.23.ebuild,v 1.5 2008/04/24 06:58:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.23.ebuild,v 1.6 2009/04/20 20:16:51 maekke Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="http://chrony.sunsite.dk/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ~mips ppc sparc x86" +KEYWORDS="amd64 hppa ~mips ppc sparc x86" IUSE="readline" DEPEND="readline? ( >=sys-libs/readline-4.1-r4 )" |