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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C23B15ACFC for ; Sat, 29 Apr 2023 13:01:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E91E0885; Sat, 29 Apr 2023 13:01:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C51DE0885 for ; Sat, 29 Apr 2023 13:01:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BF9C340DD6 for ; Sat, 29 Apr 2023 13:01:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C656F920 for ; Sat, 29 Apr 2023 13:01:19 +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: <1682773167.53f8d8f37cd9d278dea5230f41e1a2f1dbcba64f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/pimcommon/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/pimcommon/pimcommon-23.04.49.9999.ebuild kde-apps/pimcommon/pimcommon-9999.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 53f8d8f37cd9d278dea5230f41e1a2f1dbcba64f X-VCS-Branch: master Date: Sat, 29 Apr 2023 13:01:19 +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: 23ed3942-0778-46d2-8d27-bc156751dacd X-Archives-Hash: baf72955ac779d1b407c5fe5ea3e5548 commit: 53f8d8f37cd9d278dea5230f41e1a2f1dbcba64f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 29 12:59:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 29 12:59:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=53f8d8f3 kde-apps/pimcommon: Add missing dependency Upstream commits: 19003a7d304392df73319d2fabb86942148f406a 89d24bfd2fc309350cd8d24899b44451e710fa1e fc2be9b5363b282c483070ead10cf91c67b61fb5 64cc222c55cc430b847733238cc172cbc7fa2b34 eaa9f493688aba8f58fb4a54a215aa951f8ccc03 c1ffa28a8ebae45e076b36bc70cb4a36741ffe50 Bug: https://bugs.gentoo.org/905156 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/pimcommon/pimcommon-23.04.49.9999.ebuild | 1 + kde-apps/pimcommon/pimcommon-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/pimcommon/pimcommon-23.04.49.9999.ebuild b/kde-apps/pimcommon/pimcommon-23.04.49.9999.ebuild index 1b56448c27..54a7d0f70e 100644 --- a/kde-apps/pimcommon/pimcommon-23.04.49.9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-23.04.49.9999.ebuild @@ -20,6 +20,7 @@ KEYWORDS="" IUSE="" RDEPEND=" + dev-libs/ktextaddons:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 diff --git a/kde-apps/pimcommon/pimcommon-9999.ebuild b/kde-apps/pimcommon/pimcommon-9999.ebuild index 1b56448c27..54a7d0f70e 100644 --- a/kde-apps/pimcommon/pimcommon-9999.ebuild +++ b/kde-apps/pimcommon/pimcommon-9999.ebuild @@ -20,6 +20,7 @@ KEYWORDS="" IUSE="" RDEPEND=" + dev-libs/ktextaddons:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5