diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-23 11:17:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-23 11:17:42 +0000 |
commit | c6fa223d495609e24f1b4cf78047d45d467ad188 (patch) | |
tree | 94b195e97bd413908f3878489aa82019f407ae66 /net-misc | |
parent | Stable for amd64, wrt bug #547376 (diff) | |
download | gentoo-2-c6fa223d495609e24f1b4cf78047d45d467ad188.tar.gz gentoo-2-c6fa223d495609e24f1b4cf78047d45d467ad188.tar.bz2 gentoo-2-c6fa223d495609e24f1b4cf78047d45d467ad188.zip |
Stable for amd64, wrt bug #545918
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.31.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 8eed4e2d80b8..bbb0d91f8560 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.154 2015/04/21 17:23:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.155 2015/04/23 11:17:42 ago Exp $ + + 23 Apr 2015; Agostino Sarubbo <ago@gentoo.org> chrony-1.31.1.ebuild: + Stable for amd64, wrt bug #545918 21 Apr 2015; Jeroen Roovers <jer@gentoo.org> chrony-1.31.1.ebuild: Stable for PPC64 too. diff --git a/net-misc/chrony/chrony-1.31.1.ebuild b/net-misc/chrony/chrony-1.31.1.ebuild index 4089114c3f2c..b644029988c3 100644 --- a/net-misc/chrony/chrony-1.31.1.ebuild +++ b/net-misc/chrony/chrony-1.31.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v 1.3 2015/04/21 17:23:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v 1.4 2015/04/23 11:17:42 ago 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 ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm hppa ~mips ~ppc ppc64 ~sparc ~x86" IUSE="caps ipv6 libedit readline +rtc selinux" REQUIRED_USE="?? ( libedit readline )" |