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 067F1158041 for ; Tue, 7 Sep 2021 15:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50EC4E08FB; Tue, 7 Sep 2021 15:43:30 +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 E6125E08FB for ; Tue, 7 Sep 2021 15:43:29 +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 DC67C342AB8 for ; Tue, 7 Sep 2021 15:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5435FBA for ; Tue, 7 Sep 2021 15:43:27 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1631029396.8c5250506d276734778bae7555e8a098a9d58a34.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qttranslations/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qttranslations/qttranslations-5.15.9999.ebuild X-VCS-Directories: dev-qt/qttranslations/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8c5250506d276734778bae7555e8a098a9d58a34 X-VCS-Branch: master Date: Tue, 7 Sep 2021 15:43:27 +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: 6e214dd4-ea7b-4a96-b577-38c55002e3aa X-Archives-Hash: 5af689d751e0c971cc2ebeca14853092 commit: 8c5250506d276734778bae7555e8a098a9d58a34 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 7 15:42:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 7 15:43:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8c525050 dev-qt/qttranslations: Move dev-qt/linguist-tools to BDEPEND Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qttranslations/qttranslations-5.15.9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-qt/qttranslations/qttranslations-5.15.9999.ebuild b/dev-qt/qttranslations/qttranslations-5.15.9999.ebuild index f48ac53c..24b28f63 100644 --- a/dev-qt/qttranslations/qttranslations-5.15.9999.ebuild +++ b/dev-qt/qttranslations/qttranslations-5.15.9999.ebuild @@ -13,8 +13,5 @@ fi IUSE="" -DEPEND=" - ~dev-qt/linguist-tools-${PV} - ~dev-qt/qtcore-${PV} -" -RDEPEND="" +DEPEND="~dev-qt/qtcore-${PV}" +BDEPEND="~dev-qt/linguist-tools-${PV}"