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 A11291382C5 for ; Thu, 15 Apr 2021 22:49:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCFD1E0826; Thu, 15 Apr 2021 22:49:43 +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 A3978E0826 for ; Thu, 15 Apr 2021 22:49:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AA90B340AB5 for ; Thu, 15 Apr 2021 22:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6068764C for ; Thu, 15 Apr 2021 22:49:41 +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: <1618526959.e831ab1893cf7f19691efc0900ff71de949252b7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kopeninghours/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kopeninghours/kopeninghours-9999.ebuild X-VCS-Directories: dev-libs/kopeninghours/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e831ab1893cf7f19691efc0900ff71de949252b7 X-VCS-Branch: master Date: Thu, 15 Apr 2021 22:49:41 +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: 31fcf5b9-9d8d-42b3-979b-72fb81518de3 X-Archives-Hash: f58e351a3beeaabb42da8f31f9f628d8 commit: e831ab1893cf7f19691efc0900ff71de949252b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Apr 15 22:49:14 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Apr 15 22:49:19 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e831ab18 dev-libs/kopeninghours: Add missing PYTHON_DEPS Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kopeninghours/kopeninghours-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/kopeninghours/kopeninghours-9999.ebuild b/dev-libs/kopeninghours/kopeninghours-9999.ebuild index 6a201e1dbc..aa243c234a 100644 --- a/dev-libs/kopeninghours/kopeninghours-9999.ebuild +++ b/dev-libs/kopeninghours/kopeninghours-9999.ebuild @@ -38,6 +38,7 @@ DEPEND=" ) " RDEPEND="${DEPEND} + ${PYTHON_DEPS} >=dev-qt/qtquickcontrols2-${QTMIN}:5 "