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 318E615ACFC for ; Sat, 29 Apr 2023 14:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1865DE083E; Sat, 29 Apr 2023 14:21:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03CA9E083E for ; Sat, 29 Apr 2023 14:21:37 +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 2D225341114 for ; Sat, 29 Apr 2023 14:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 604D8A58 for ; Sat, 29 Apr 2023 14:21:35 +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: <1682778077.b08f5ee13113cde9bc4978f51f7697e682e043e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/pimcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild kde-apps/pimcommon/pimcommon-23.04.0.ebuild X-VCS-Directories: kde-apps/pimcommon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b08f5ee13113cde9bc4978f51f7697e682e043e1 X-VCS-Branch: master Date: Sat, 29 Apr 2023 14:21:35 +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: d8fc0e0f-32e5-41a7-9cb2-3282df034059 X-Archives-Hash: 805488d6ce49167b862da2cba7fbd235 commit: b08f5ee13113cde9bc4978f51f7697e682e043e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 29 12:59:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 29 14:21:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b08f5ee1 kde-apps/pimcommon: Add missing dependency Upstream commits: 19003a7d304392df73319d2fabb86942148f406a 89d24bfd2fc309350cd8d24899b44451e710fa1e fc2be9b5363b282c483070ead10cf91c67b61fb5 64cc222c55cc430b847733238cc172cbc7fa2b34 eaa9f493688aba8f58fb4a54a215aa951f8ccc03 c1ffa28a8ebae45e076b36bc70cb4a36741ffe50 Closes: https://bugs.gentoo.org/905156 Signed-off-by: Andreas Sturmlechner gentoo.org> .../pimcommon/{pimcommon-23.04.0.ebuild => pimcommon-23.04.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/pimcommon/pimcommon-23.04.0.ebuild b/kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild similarity index 98% rename from kde-apps/pimcommon/pimcommon-23.04.0.ebuild rename to kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild index 54ec7ec0f85e..bb55337f0c0c 100644 --- a/kde-apps/pimcommon/pimcommon-23.04.0.ebuild +++ b/kde-apps/pimcommon/pimcommon-23.04.0-r1.ebuild @@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE="" RDEPEND=" + dev-libs/ktextaddons:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5