From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1063253-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 C14FA138335
	for <garchives@archives.gentoo.org>; Sat, 22 Dec 2018 14:03:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E3F8EE094B;
	Sat, 22 Dec 2018 14:03:05 +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 BFDCDE094B
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Dec 2018 14:03:05 +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 C224A335CC8
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Dec 2018 14:03:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 362164F4
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Dec 2018 14:03:02 +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: <1545487323.cbd7a7204b935cb2a70f085e1b2eb807eacf755b.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/networkmanager-qt/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-frameworks/networkmanager-qt/networkmanager-qt-5.53.0.ebuild
X-VCS-Directories: kde-frameworks/networkmanager-qt/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: cbd7a7204b935cb2a70f085e1b2eb807eacf755b
X-VCS-Branch: master
Date: Sat, 22 Dec 2018 14:03:02 +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: e81c28d5-6e67-4200-a3b0-ccd37e58b013
X-Archives-Hash: 88f840ce59ed91186f059d6ec81a442e

commit:     cbd7a7204b935cb2a70f085e1b2eb807eacf755b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 13:27:03 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 14:02:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd7a720

kde-frameworks/networkmanager-qt: Raise min NM dependency to >=1.10.0

This was fixed post-KF-5.53.0 but we don't need to overly care for NM
versions not in tree anyway.

Closes: https://bugs.gentoo.org/673492
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/networkmanager-qt/networkmanager-qt-5.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.53.0.ebuild b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.53.0.ebuild
index 1dcb1b518af..54c96d40be4 100644
--- a/kde-frameworks/networkmanager-qt/networkmanager-qt-5.53.0.ebuild
+++ b/kde-frameworks/networkmanager-qt/networkmanager-qt-5.53.0.ebuild
@@ -13,7 +13,7 @@ IUSE="teamd"
 COMMON_DEPEND="
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtnetwork)
-	>=net-misc/networkmanager-1.4.0-r1[teamd=]
+	>=net-misc/networkmanager-1.10.0[teamd=]
 "
 DEPEND="${COMMON_DEPEND}
 	virtual/pkgconfig