commit:     35465fe6cc9a057754f8e3630196a2c0dd49dea5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 29 18:12:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 23:27:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35465fe6

net-misc/chrony: move BDEPEND/REQUIRED_USE block

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/chrony/chrony-4.1_pre1.ebuild | 16 ++++++++--------
 net-misc/chrony/chrony-9999.ebuild     | 16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/net-misc/chrony/chrony-4.1_pre1.ebuild 
b/net-misc/chrony/chrony-4.1_pre1.ebuild
index eb58830becb..c615418eb65 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

diff --git a/net-misc/chrony/chrony-9999.ebuild 
b/net-misc/chrony/chrony-9999.ebuild
index eb58830becb..c615418eb65 100644
--- a/net-misc/chrony/chrony-9999.ebuild
+++ b/net-misc/chrony/chrony-9999.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

Reply via email to