From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1099675-garchives=archives.gentoo.org@lists.gentoo.org>
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 4C626138334
	for <garchives@archives.gentoo.org>; Mon, 15 Jul 2019 14:56:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 782A5E088D;
	Mon, 15 Jul 2019 14:56:27 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 5D043E088D
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jul 2019 14:56:27 +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 67E72347B98
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jul 2019 14:56:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 007925F1
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Jul 2019 14:56:25 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1563202560.7921810a09f592c059b292b8906f3a1de4dc94c6.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: sys-libs/kpmcore/, sys-block/partitionmanager/
X-VCS-Repository: proj/kde
X-VCS-Files: sys-block/partitionmanager/partitionmanager-9999.ebuild sys-libs/kpmcore/kpmcore-9999.ebuild
X-VCS-Directories: sys-libs/kpmcore/ sys-block/partitionmanager/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 7921810a09f592c059b292b8906f3a1de4dc94c6
X-VCS-Branch: master
Date: Mon, 15 Jul 2019 14:56:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8155dcad-7301-42f4-a420-22deeb7c89ca
X-Archives-Hash: 4963c0eb79299077b94814eacea58491

commit:     7921810a09f592c059b292b8906f3a1de4dc94c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 14:55:25 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 14:56:00 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7921810a

sys-*: Drop obsolete FRAMEWORKS_MINIMAL

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-block/partitionmanager/partitionmanager-9999.ebuild | 1 -
 sys-libs/kpmcore/kpmcore-9999.ebuild                    | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-block/partitionmanager/partitionmanager-9999.ebuild b/sys-block/partitionmanager/partitionmanager-9999.ebuild
index 9a15500cb0..97a4d1e493 100644
--- a/sys-block/partitionmanager/partitionmanager-9999.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-FRAMEWORKS_MINIMAL="5.56"
 KDE_HANDBOOK="optional"
 inherit kde5
 

diff --git a/sys-libs/kpmcore/kpmcore-9999.ebuild b/sys-libs/kpmcore/kpmcore-9999.ebuild
index ca364f5f22..613d93bd68 100644
--- a/sys-libs/kpmcore/kpmcore-9999.ebuild
+++ b/sys-libs/kpmcore/kpmcore-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=7
 
-FRAMEWORKS_MINIMAL="5.56"
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then