From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1005088-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 4B9EE138333
	for <garchives@archives.gentoo.org>; Thu, 22 Feb 2018 13:17:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 49530E0877;
	Thu, 22 Feb 2018 13:17:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 2C83CE0877
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2018 13:17:24 +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 08854335C4C
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2018 13:17:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 81CEA231
	for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2018 13:17:21 +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: <1519304202.350ffddd5a75ba7f6a728025a960c5a9c0920752.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kdeclarative/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
X-VCS-Directories: kde-frameworks/kdeclarative/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 350ffddd5a75ba7f6a728025a960c5a9c0920752
X-VCS-Branch: master
Date: Thu, 22 Feb 2018 13:17:21 +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-Archives-Salt: 05654d99-3e34-4381-b021-c56624a65f33
X-Archives-Hash: a447f7c7ed4a387138067165c208d110

commit:     350ffddd5a75ba7f6a728025a960c5a9c0920752
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 12:56:33 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 12:56:42 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=350ffddd

kde-frameworks/kdeclarative: Extend dev-qt/qtdeclarative slot op

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-frameworks/kdeclarative/kdeclarative-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
index 9c49529c77..e28f895c39 100644
--- a/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
+++ b/kde-frameworks/kdeclarative/kdeclarative-9999.ebuild
@@ -11,7 +11,7 @@ LICENSE="LGPL-2+"
 KEYWORDS=""
 IUSE=""
 
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.10.0
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kcoreaddons)