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 E47711382C5 for ; Sat, 3 Mar 2018 17:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13C6FE0931; Sat, 3 Mar 2018 17:44:31 +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 E52D7E0931 for ; Sat, 3 Mar 2018 17:44: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 895C4335C2C for ; Sat, 3 Mar 2018 17:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9754235 for ; Sat, 3 Mar 2018 17:44:26 +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: <1520099049.6d4947b1dca4c6e0e5003771877d5c3b2ca74a15.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.3.1_p20180219.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6d4947b1dca4c6e0e5003771877d5c3b2ca74a15 X-VCS-Branch: master Date: Sat, 3 Mar 2018 17:44:26 +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-Archives-Salt: 681f876d-c4d3-4338-9ee9-19e22dd09adf X-Archives-Hash: e61294fd0a9ceefe541196fea05450ab commit: 6d4947b1dca4c6e0e5003771877d5c3b2ca74a15 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 3 17:27:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 3 17:44:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4947b1 media-sound/clementine: Add missing DEPEND Reported-by: Philipp Psurek gmail.com> Closes: https://bugs.gentoo.org/649266 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/clementine/clementine-1.3.1_p20180219.ebuild | 3 ++- media-sound/clementine/clementine-9999.ebuild | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/media-sound/clementine/clementine-1.3.1_p20180219.ebuild b/media-sound/clementine/clementine-1.3.1_p20180219.ebuild index 1b51036575c..d244e3091a9 100644 --- a/media-sound/clementine/clementine-1.3.1_p20180219.ebuild +++ b/media-sound/clementine/clementine-1.3.1_p20180219.ebuild @@ -84,8 +84,9 @@ DEPEND="${COMMON_DEPEND} >=dev-cpp/gtest-1.8.0 dev-cpp/gmock ) - dev-libs/boost:= + dev-libs/boost dev-qt/linguist-tools:5 + dev-qt/qtopengl:5 sys-devel/gettext virtual/pkgconfig box? ( dev-cpp/sparsehash ) diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 38adae3d11b..804f9db5062 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -43,8 +43,6 @@ COMMON_DEPEND=" dev-qt/qtnetwork:5[ssl] dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 media-libs/chromaprint:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 @@ -84,8 +82,11 @@ DEPEND="${COMMON_DEPEND} >=dev-cpp/gtest-1.8.0 dev-cpp/gmock ) - dev-libs/boost:= + dev-libs/boost dev-qt/linguist-tools:5 + dev-qt/qtopengl:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 sys-devel/gettext virtual/pkgconfig box? ( dev-cpp/sparsehash )