From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 56D4F138D01 for ; Tue, 30 Jun 2015 06:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96192E0828; Tue, 30 Jun 2015 06:22:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B911E0828 for ; Tue, 30 Jun 2015 06:22:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25530340A4A for ; Tue, 30 Jun 2015 06:22:34 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2078) id 56CFE744; Tue, 30 Jun 2015 06:22:32 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-2.1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: chrony-2.1.1.ebuild ChangeLog X-VCS-Directories: net-misc/chrony X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150630062232.56CFE744@oystercatcher.gentoo.org> Date: Tue, 30 Jun 2015 06:22:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4076b80-712d-4ad9-8696-c5da3f826607 X-Archives-Hash: ed76a3f1422ca91aaf15c309e94d8d63 jer 15/06/30 06:22:32 Modified: chrony-2.1.1.ebuild ChangeLog Log: Stable for HPPA (bug #553616). (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision Changes Path 1.2 net-misc/chrony/chrony-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild?r1=1.1&r2=1.2 Index: chrony-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- chrony-2.1.1.ebuild 25 Jun 2015 04:49:53 -0000 1.1 +++ chrony-2.1.1.ebuild 30 Jun 2015 06:22:32 -0000 1.2 @@ -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-2.1.1.ebuild,v 1.1 2015/06/25 04:49:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-2.1.1.ebuild,v 1.2 2015/06/30 06:22:32 jer Exp $ EAPI=5 inherit eutils systemd toolchain-funcs @@ -11,7 +11,7 @@ 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 +cmdmon ipv6 libedit +ntp +phc +pps readline +refclock +rtc selinux +adns" REQUIRED_USE=" ?? ( libedit readline ) 1.166 net-misc/chrony/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.166&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.166&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.165&r2=1.166 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- ChangeLog 25 Jun 2015 04:49:53 -0000 1.165 +++ ChangeLog 30 Jun 2015 06:22:32 -0000 1.166 @@ -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.165 2015/06/25 04:49:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.166 2015/06/30 06:22:32 jer Exp $ + + 30 Jun 2015; Jeroen Roovers chrony-2.1.1.ebuild: + Stable for HPPA (bug #553616). *chrony-2.1.1 (25 Jun 2015)