diff options
Diffstat (limited to 'net-misc/chrony/chrony-4.1_pre1.ebuild')
-rw-r--r-- | net-misc/chrony/chrony-4.1_pre1.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-misc/chrony/chrony-4.1_pre1.ebuild b/net-misc/chrony/chrony-4.1_pre1.ebuild index eb58830becb9..c615418eb65b 100644 --- a/net-misc/chrony/chrony-4.1_pre1.ebuild +++ b/net-misc/chrony/chrony-4.1_pre1.ebuild @@ -38,14 +38,6 @@ REQUIRED_USE=" !sechash? ( !nts? ( !nettle ) ) " -if [[ ${PV} == "9999" ]] ; then - # Needed for doc generation in 9999 - REQUIRED_USE+=" html" - BDEPEND+=" virtual/w3m" -else - BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-mlichvar )" -fi - DEPEND=" caps? ( acct-group/ntp @@ -73,6 +65,14 @@ BDEPEND=" ) " +if [[ ${PV} == "9999" ]] ; then + # Needed for doc generation in 9999 + REQUIRED_USE+=" html" + BDEPEND+=" virtual/w3m" +else + BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-mlichvar )" +fi + PATCHES=( "${FILESDIR}"/${PN}-3.5-pool-vendor-gentoo.patch "${FILESDIR}"/${PN}-3.5-r3-systemd-gentoo.patch |