From 35465fe6cc9a057754f8e3630196a2c0dd49dea5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 29 Apr 2021 19:12:01 +0100 Subject: net-misc/chrony: move BDEPEND/REQUIRED_USE block Signed-off-by: Sam James --- 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 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 diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index eb58830becb9..c615418eb65b 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 -- cgit v1.2.3-65-gdbad