diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-10-19 18:45:35 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-10-19 18:45:35 +0000 |
commit | 01e3089ae695858b304bc4d177dd15d212f5bdc1 (patch) | |
tree | 8d0ce5fc58f0c809e68bfd874fe38b66610ed2fd /net-misc/chrony | |
parent | Keep -fno-strict-aliasing. Bug #525860 (diff) | |
download | gentoo-2-01e3089ae695858b304bc4d177dd15d212f5bdc1.tar.gz gentoo-2-01e3089ae695858b304bc4d177dd15d212f5bdc1.tar.bz2 gentoo-2-01e3089ae695858b304bc4d177dd15d212f5bdc1.zip |
Stable for amd64 wrt bug #525114
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 0aa6c09c9a0d..392259e678a7 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.142 2014/10/13 06:32:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.143 2014/10/19 18:45:35 nimiux Exp $ + + 19 Oct 2014; Chema Alonso <nimiux@gentoo.org> chrony-1.31.ebuild: + Stable for amd64 wrt bug #525114 13 Oct 2014; Jeroen Roovers <jer@gentoo.org> chrony-1.31.ebuild: Stable for HPPA (bug #525114). diff --git a/net-misc/chrony/chrony-1.31.ebuild b/net-misc/chrony/chrony-1.31.ebuild index 941e352618be..08ea341995a5 100644 --- a/net-misc/chrony/chrony-1.31.ebuild +++ b/net-misc/chrony/chrony-1.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.ebuild,v 1.3 2014/10/13 06:32:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.ebuild,v 1.4 2014/10/19 18:45:35 nimiux Exp $ EAPI=5 inherit eutils systemd toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~sparc ~x86" IUSE="caps ipv6 +readline +rtc selinux" RDEPEND=" |