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 811BF1382C5 for ; Fri, 16 Apr 2021 19:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF90AE086A; Fri, 16 Apr 2021 19:37:32 +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 A5E24E086A for ; Fri, 16 Apr 2021 19:37:32 +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 2AA81340C42 for ; Fri, 16 Apr 2021 19:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73794733 for ; Fri, 16 Apr 2021 19:37: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: <1618601540.68e763b549a00f3b970c5ea8de2a3b81346c3f24.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kamoso/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kamoso/kamoso-9999.ebuild X-VCS-Directories: kde-apps/kamoso/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 68e763b549a00f3b970c5ea8de2a3b81346c3f24 X-VCS-Branch: master Date: Fri, 16 Apr 2021 19:37: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: c3db50e2-a7ec-4e3a-8ed8-02add787450b X-Archives-Hash: 8d9d74665c62727820a5bb7a80501774 commit: 68e763b549a00f3b970c5ea8de2a3b81346c3f24 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 18:49:01 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 16 19:32:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=68e763b5 kde-apps/kamoso: Add new BDEPEND Upstream commit ae766e6d1f252070ee84c79680f6199185b2af87 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kamoso/kamoso-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kde-apps/kamoso/kamoso-9999.ebuild b/kde-apps/kamoso/kamoso-9999.ebuild index b35599fbbc..e27fa92235 100644 --- a/kde-apps/kamoso/kamoso-9999.ebuild +++ b/kde-apps/kamoso/kamoso-9999.ebuild @@ -17,6 +17,8 @@ SLOT="5" KEYWORDS="" IUSE="" +RESTRICT+=" test" # bug 653674 + DEPEND=" dev-libs/glib:2 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -38,5 +40,4 @@ RDEPEND="${DEPEND} media-plugins/gst-plugins-libpng:1.0 media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] " - -RESTRICT+=" test" # bug 653674 +BDEPEND="virtual/pkgconfig"