From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 656421382C5 for ; Fri, 30 Apr 2021 23:27:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9674FE086E; Fri, 30 Apr 2021 23:27:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EEE8E086E for ; Fri, 30 Apr 2021 23:27:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F663340E0C for ; Fri, 30 Apr 2021 23:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FAAA4C3 for ; Fri, 30 Apr 2021 23:27:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619825228.35465fe6cc9a057754f8e3630196a2c0dd49dea5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/chrony/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/chrony/chrony-4.1_pre1.ebuild net-misc/chrony/chrony-9999.ebuild X-VCS-Directories: net-misc/chrony/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 35465fe6cc9a057754f8e3630196a2c0dd49dea5 X-VCS-Branch: master Date: Fri, 30 Apr 2021 23:27:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 59eb322d-f0a9-4e53-900d-82781a3c836d X-Archives-Hash: 87eb592017b01ac4dd0e9ac7e983a7b3 commit: 35465fe6cc9a057754f8e3630196a2c0dd49dea5 Author: Sam James gentoo org> AuthorDate: Thu Apr 29 18:12:01 2021 +0000 Commit: Sam James gentoo 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 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