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 E3D8C1382C5 for ; Thu, 24 Dec 2020 23:43:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2671CE09A4; Thu, 24 Dec 2020 23:43:01 +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 ED0EEE09A4 for ; Thu, 24 Dec 2020 23:43:00 +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 91B00341A7A for ; Thu, 24 Dec 2020 23:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F253F46F for ; Thu, 24 Dec 2020 23:42:57 +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: <1608853344.35da3ae33f8768a23af80a6210d5760f23e73698.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 35da3ae33f8768a23af80a6210d5760f23e73698 X-VCS-Branch: master Date: Thu, 24 Dec 2020 23:42:57 +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: 285bebe1-170f-4c53-b3db-7e9f6ae894d5 X-Archives-Hash: 799be3e923256c5099f28f104a390f50 commit: 35da3ae33f8768a23af80a6210d5760f23e73698 Author: Manuel Nickschas quassel-irc org> AuthorDate: Fri Dec 18 08:32:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 24 23:42:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35da3ae3 net-irc/quassel: Let live ebuild depend on dev-libs/boost Upstream introduced Boost as a new build-time dependency. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Manuel Nickschas quassel-irc.org> Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/quassel/quassel-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index 7f80a1f4bf3..68d94a9e3ea 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -58,7 +58,7 @@ GUI_DEPEND=" urlpreview? ( dev-qt/qtwebengine:5[widgets] ) " -DEPEND=" +RDEPEND=" dev-qt/qtcore:5 dev-qt/qtnetwork:5[ssl] sys-libs/zlib @@ -71,10 +71,12 @@ DEPEND=" X? ( ${GUI_DEPEND} ) ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-libs/boost +" BDEPEND=" dev-qt/linguist-tools:5 - kde-frameworks/extra-cmake-modules + kde-frameworks/extra-cmake-modules:5 " DOCS=( AUTHORS ChangeLog README.md )