diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 19:12:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-01 00:27:08 +0100 |
commit | 35465fe6cc9a057754f8e3630196a2c0dd49dea5 (patch) | |
tree | ef66e2d79bd1e6cedcd328fff6803efa31d73129 /net-misc/chrony | |
parent | dev-perl/Cache-FastMmap: Version bump 1.56 (diff) | |
download | gentoo-35465fe6cc9a057754f8e3630196a2c0dd49dea5.tar.gz gentoo-35465fe6cc9a057754f8e3630196a2c0dd49dea5.tar.bz2 gentoo-35465fe6cc9a057754f8e3630196a2c0dd49dea5.zip |
net-misc/chrony: move BDEPEND/REQUIRED_USE block
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/chrony-4.1_pre1.ebuild | 16 | ||||
-rw-r--r-- | 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 |