diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-23 11:18:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-23 11:18:23 +0000 |
commit | 2ae8c7445646111ae96c6885e9a6fc6d2876667b (patch) | |
tree | a18a1e21b0d66a41293c819be41f72b4efd7aa81 /net-misc/chrony | |
parent | Stable for x86, wrt bug #547376 (diff) | |
download | gentoo-2-2ae8c7445646111ae96c6885e9a6fc6d2876667b.tar.gz gentoo-2-2ae8c7445646111ae96c6885e9a6fc6d2876667b.tar.bz2 gentoo-2-2ae8c7445646111ae96c6885e9a6fc6d2876667b.zip |
Stable for x86, wrt bug #545918
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-misc/chrony')
-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 bbb0d91f8560..84c21207a071 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.155 2015/04/23 11:17:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.156 2015/04/23 11:18:23 ago Exp $ + + 23 Apr 2015; Agostino Sarubbo <ago@gentoo.org> chrony-1.31.1.ebuild: + Stable for x86, wrt bug #545918 23 Apr 2015; Agostino Sarubbo <ago@gentoo.org> chrony-1.31.1.ebuild: Stable for amd64, wrt bug #545918 diff --git a/net-misc/chrony/chrony-1.31.1.ebuild b/net-misc/chrony/chrony-1.31.1.ebuild index b644029988c3..dad0723309dd 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.4 2015/04/23 11:17:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.31.1.ebuild,v 1.5 2015/04/23 11:18:23 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 )" |