From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2296B138334 for ; Fri, 26 Jul 2019 04:55:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62952E07F2; Fri, 26 Jul 2019 04:55:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 455D0E07F2 for ; Fri, 26 Jul 2019 04:55:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5ED7348B4D for ; Fri, 26 Jul 2019 04:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153991BA for ; Fri, 26 Jul 2019 04:55:11 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1564116909.88ec296f659f59ee4847857c6f4f96748816cc96.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-3.5.ebuild net-misc/chrony/chrony-9999.ebuild net-misc/chrony/metadata.xml X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 88ec296f659f59ee4847857c6f4f96748816cc96 X-VCS-Branch: master Date: Fri, 26 Jul 2019 04:55:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fadc2910-3118-4e08-96aa-b79556edd328 X-Archives-Hash: f64bb9b94d91e38b34608d04921a93bb commit: 88ec296f659f59ee4847857c6f4f96748816cc96 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jul 26 04:50:28 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jul 26 04:55:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88ec296f net-misc/chrony: Sort USE flags Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/chrony/chrony-3.5.ebuild | 5 ++++- net-misc/chrony/chrony-9999.ebuild | 5 ++++- net-misc/chrony/metadata.xml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/net-misc/chrony/chrony-3.5.ebuild b/net-misc/chrony/chrony-3.5.ebuild index ec8018cd297..21c96f64215 100644 --- a/net-misc/chrony/chrony-3.5.ebuild +++ b/net-misc/chrony/chrony-3.5.ebuild @@ -11,7 +11,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp selinux +adns" +IUSE=" + +adns caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc + seccomp selinux +" REQUIRED_USE=" ?? ( libedit readline ) " diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 2fadb9f5fdb..a9bf2fae278 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -11,7 +11,10 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="caps +cmdmon ipv6 libedit +ntp +phc pps readline +refclock +rtc seccomp selinux +adns" +IUSE=" + +adns caps +cmdmon html ipv6 libedit +ntp +phc pps readline +refclock +rtc + seccomp selinux +" REQUIRED_USE=" ?? ( libedit readline ) " diff --git a/net-misc/chrony/metadata.xml b/net-misc/chrony/metadata.xml index fe0c5f66743..290f9476459 100644 --- a/net-misc/chrony/metadata.xml +++ b/net-misc/chrony/metadata.xml @@ -18,6 +18,7 @@ Chrony はコンピュータのシステム・クロックの精度を保つた な接続でも機能します。 +Support for asynchronous DNS Support for command and monitoring Install HTML documentation Support for the Network Time Protocol (NTP) @@ -25,6 +26,5 @@ Chrony はコンピュータのシステム・クロックの精度を保つた Support for the Linux Pulse Per Second (PPS) interface Support for reference clocks Support for the Linux Real Time Clock interface -Support for asynchronous DNS