commit: 88ec296f659f59ee4847857c6f4f96748816cc96
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 04:50:28 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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 <jer <AT> 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 はコンピュータのシステム・クロックの精度を保つた
な接続でも機能します。
</longdescription>
<use>
+<flag name="adns">Support for asynchronous DNS</flag>
<flag name="cmdmon">Support for command and monitoring</flag>
<flag name="html">Install HTML documentation</flag>
<flag name="ntp">Support for the Network Time Protocol (NTP)</flag>
@@ -25,6 +26,5 @@ Chrony はコンピュータのシステム・クロックの精度を保つた
<flag name="pps">Support for the Linux Pulse Per Second (PPS) interface</flag>
<flag name="refclock">Support for reference clocks</flag>
<flag name="rtc">Support for the Linux Real Time Clock interface</flag>
-<flag name="adns">Support for asynchronous DNS</flag>
</use>
</pkgmetadata>