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 D12A6138359 for ; Sat, 15 Aug 2020 18:15:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1780EE08F4; Sat, 15 Aug 2020 18:15:16 +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 F1F5EE08F4 for ; Sat, 15 Aug 2020 18:15:15 +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 DD9AC34EF60 for ; Sat, 15 Aug 2020 18:15:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EBE2324 for ; Sat, 15 Aug 2020 18:15:12 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597493367.edbacefb52d3992741406ede9cbe1aef5d3e8036.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/nheko/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/nheko/nheko-0.7.1.ebuild net-im/nheko/nheko-0.7.2.ebuild X-VCS-Directories: net-im/nheko/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: edbacefb52d3992741406ede9cbe1aef5d3e8036 X-VCS-Branch: master Date: Sat, 15 Aug 2020 18:15:12 +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: 1ec0bdd1-9b8a-479e-84b7-912fe487494a X-Archives-Hash: f8e8b5e7cffb88626b6869f40bfb912f commit: edbacefb52d3992741406ede9cbe1aef5d3e8036 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sat Aug 15 12:08:26 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Aug 15 12:09:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edbacefb net-im/nheko: Move dev-qt/linguist-tools to BDEPEND. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> net-im/nheko/nheko-0.7.1.ebuild | 2 +- net-im/nheko/nheko-0.7.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/nheko/nheko-0.7.1.ebuild b/net-im/nheko/nheko-0.7.1.ebuild index e5dcde9..16b387a 100644 --- a/net-im/nheko/nheko-0.7.1.ebuild +++ b/net-im/nheko/nheko-0.7.1.ebuild @@ -28,9 +28,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - dev-qt/linguist-tools:5 dev-libs/spdlog " +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { cmake_src_prepare diff --git a/net-im/nheko/nheko-0.7.2.ebuild b/net-im/nheko/nheko-0.7.2.ebuild index 54b3b78..b226c0c 100644 --- a/net-im/nheko/nheko-0.7.2.ebuild +++ b/net-im/nheko/nheko-0.7.2.ebuild @@ -28,9 +28,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - dev-qt/linguist-tools:5 dev-libs/spdlog " +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { cmake_src_prepare