diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-07-26 06:50:28 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-07-26 06:55:09 +0200 |
commit | 88ec296f659f59ee4847857c6f4f96748816cc96 (patch) | |
tree | 29ce32748d1821b904fdd35d501d0419b665d13a /net-misc/chrony | |
parent | app-admin/consul-template: Bump to version 0.20.0 (diff) | |
download | gentoo-88ec296f659f59ee4847857c6f4f96748816cc96.tar.gz gentoo-88ec296f659f59ee4847857c6f4f96748816cc96.tar.bz2 gentoo-88ec296f659f59ee4847857c6f4f96748816cc96.zip |
net-misc/chrony: Sort USE flags
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-3.5.ebuild | 5 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 5 | ||||
-rw-r--r-- | 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 ec8018cd297c..21c96f642157 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 2fadb9f5fdb2..a9bf2fae2782 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 fe0c5f66743d..290f9476459b 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> |