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 5FAB813933E for ; Thu, 8 Jul 2021 09:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2371E0B67; Thu, 8 Jul 2021 09:38:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9ACCFE0B9B for ; Thu, 8 Jul 2021 09:38:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 69686342A7D for ; Thu, 8 Jul 2021 09:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5DE97C9 for ; Thu, 8 Jul 2021 09:38:11 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1625737085.ea07ff0708c72d074ec564d956a075ea4497c36a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/boinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/boinc/boinc-7.16.17.ebuild X-VCS-Directories: sci-misc/boinc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ea07ff0708c72d074ec564d956a075ea4497c36a X-VCS-Branch: master Date: Thu, 8 Jul 2021 09:38:11 +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: b7e8b490-64ca-436d-8764-0feff0256d4a X-Archives-Hash: 6b88e909bd9ab6585acd0c1808ebde71 commit: ea07ff0708c72d074ec564d956a075ea4497c36a Author: Joonas Niilola gentoo org> AuthorDate: Thu Jul 8 09:37:40 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jul 8 09:38:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea07ff07 sci-misc/boinc: remove COMMON_DEPEND, introduce BDEPEND in 7.16.17 Signed-off-by: Joonas Niilola gentoo.org> sci-misc/boinc/boinc-7.16.17.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sci-misc/boinc/boinc-7.16.17.ebuild b/sci-misc/boinc/boinc-7.16.17.ebuild index 5ed09539980..44f5b5d810a 100644 --- a/sci-misc/boinc/boinc-7.16.17.ebuild +++ b/sci-misc/boinc/boinc-7.16.17.ebuild @@ -29,7 +29,7 @@ REQUIRED_USE="^^ ( curl_ssl_gnutls curl_ssl_openssl ) " # libcurl must not be using an ssl backend boinc does not support. # If the libcurl ssl backend changes, boinc should be recompiled. -COMMON_DEPEND=" +DEPEND=" acct-group/boinc acct-user/boinc >=app-misc/ca-certificates-20080809 @@ -54,13 +54,12 @@ COMMON_DEPEND=" virtual/jpeg ) " -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.4 +BDEPEND="app-text/docbook-xml-dtd:4.4 app-text/docbook2X sys-devel/gettext X? ( virtual/imagemagick-tools[png,tiff] ) " -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !app-admin/quickswitch "