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 C9F791382C5 for ; Mon, 15 Feb 2021 07:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16D69E0A80; Mon, 15 Feb 2021 07:11:17 +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 00D55E0A80 for ; Mon, 15 Feb 2021 07:11:16 +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 70847340D91 for ; Mon, 15 Feb 2021 07:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 888A04DC for ; Mon, 15 Feb 2021 07:11: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: <1613321767.2194201e6bb80b7d7f44fa8a53986b076c0d5f18.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/qliveplayer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild X-VCS-Directories: media-video/qliveplayer/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2194201e6bb80b7d7f44fa8a53986b076c0d5f18 X-VCS-Branch: master Date: Mon, 15 Feb 2021 07:11: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: 69588eed-3fb8-48c7-9dd7-cc3960078ee1 X-Archives-Hash: aafea8071ffd490844d5c209f0de0f12 commit: 2194201e6bb80b7d7f44fa8a53986b076c0d5f18 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Sun Feb 14 16:56:07 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Feb 14 16:56:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2194201e media-video/qliveplayer: Re-add direct dependencies. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild | 6 +++++- media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild index f4e729c1..b3458069 100644 --- a/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild +++ b/media-video/qliveplayer/qliveplayer-3.21.0-r1.ebuild @@ -21,7 +21,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" ${PYTHON_DEPS} - >=dev-qt/qtdeclarative-5.12:5[widgets] + >=dev-qt/qtcore-5.12:5 + >=dev-qt/qtdeclarative-5.12:5 + >=dev-qt/qtgui-5.12:5 + >=dev-qt/qtnetwork-5.12:5 + >=dev-qt/qtwidgets-5.12:5 " RDEPEND=" ${COMMON_DEPEND} diff --git a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild index 74e48cda..f6542b3b 100644 --- a/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild +++ b/media-video/qliveplayer/qliveplayer-3.21.1-r1.ebuild @@ -21,7 +21,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" ${PYTHON_DEPS} - >=dev-qt/qtdeclarative-5.15:5[widgets] + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtdeclarative-5.15:5 + >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtnetwork-5.15:5 + >=dev-qt/qtwidgets-5.15:5 " RDEPEND=" ${COMMON_DEPEND}