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 A5BD013835C for ; Sun, 1 Nov 2020 23:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C86D3E0870; Sun, 1 Nov 2020 23:11:59 +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 AB721E0870 for ; Sun, 1 Nov 2020 23:11:59 +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 8FA3033BF54 for ; Sun, 1 Nov 2020 23:11:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11CD042A for ; Sun, 1 Nov 2020 23:11:57 +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: <1604244947.d246ed936da98e7eabb00e356f5fb51e0aa0bcf3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d246ed936da98e7eabb00e356f5fb51e0aa0bcf3 X-VCS-Branch: master Date: Sun, 1 Nov 2020 23:11:57 +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: 5a7b0fb9-b05e-477e-b668-d214f3ded12d X-Archives-Hash: f377b136556309cb7378b4ee425ce15e commit: d246ed936da98e7eabb00e356f5fb51e0aa0bcf3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 1 15:35:16 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 1 15:35:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d246ed93 kde-apps/kdeutils-meta: Add sys-block/partitionmanager, sys-libs/kpmcore Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild index d5d900f68e..7ac70d7064 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -27,6 +27,8 @@ RDEPEND=" >=kde-apps/sweeper-${PV}:${SLOT} >=kde-apps/yakuake-${PV}:${SLOT} >=kde-misc/markdownpart-${PV}:${SLOT} + >=sys-block/partitionmanager-${PV}:${SLOT} + >=sys-libs/kpmcore-${PV}:${SLOT} cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} ) gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} )