From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DEDE359CA3 for ; Fri, 11 Mar 2016 15:21:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A72321C02B; Fri, 11 Mar 2016 15:21:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91D4E21C02B for ; Fri, 11 Mar 2016 15:21:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13DB5340775 for ; Fri, 11 Mar 2016 15:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 447A28E9 for ; Fri, 11 Mar 2016 15:21:18 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1457709621.e393992f655309128bb62dfaa8d6d1b392e45ec4.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild kde-plasma/plasma-nm/plasma-nm-5.6.49.9999.ebuild kde-plasma/plasma-nm/plasma-nm-9999.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e393992f655309128bb62dfaa8d6d1b392e45ec4 X-VCS-Branch: master Date: Fri, 11 Mar 2016 15:21:18 +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-Archives-Salt: 47a1e0c9-4ad7-4ecf-9b2e-c9801c10719e X-Archives-Hash: 00315b6814b038f2a1d7dd0c1f8b50e3 commit: e393992f655309128bb62dfaa8d6d1b392e45ec4 Author: Jan Kundrát kde org> AuthorDate: Fri Mar 11 13:01:54 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Mar 11 15:20:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e393992f kde-plasma/plasma-nm: needs new enough QCA due to -DQT_NO_KEYWORDS plasma-nm started building with -DQT_NO_KEYWORDS which removes Qt's "signals" and "slots" keywords, leaving only Q_SIGNALS and Q_SLOTS in place. This has happened in plasma-nm's commit 705d0f2f. QCA got fixed to not require the signals/slots "keywords" in 66b9754, which is only part of the v2.1.1 git tag. I have no idea how the QCA tarballs are genrated of course because some tags are apparently missing form that repo... kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild | 2 +- kde-plasma/plasma-nm/plasma-nm-5.6.49.9999.ebuild | 2 +- kde-plasma/plasma-nm/plasma-nm-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild index 65efeeb..bc67365 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.5.95.ebuild @@ -32,7 +32,7 @@ DEPEND=" $(add_frameworks_dep networkmanager-qt 'teamd=') $(add_frameworks_dep plasma) $(add_frameworks_dep solid) - >=app-crypt/qca-2.1.0.3-r1:2[qt5] + >=app-crypt/qca-2.1.1:2[qt5] $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) diff --git a/kde-plasma/plasma-nm/plasma-nm-5.6.49.9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.6.49.9999.ebuild index 2fe6b94..33a772a 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.6.49.9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.6.49.9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" $(add_frameworks_dep networkmanager-qt 'teamd=') $(add_frameworks_dep plasma) $(add_frameworks_dep solid) - >=app-crypt/qca-2.1.0.3-r1:2[qt5] + >=app-crypt/qca-2.1.1:2[qt5] $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui) diff --git a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild index 2fe6b94..33a772a 100644 --- a/kde-plasma/plasma-nm/plasma-nm-9999.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" $(add_frameworks_dep networkmanager-qt 'teamd=') $(add_frameworks_dep plasma) $(add_frameworks_dep solid) - >=app-crypt/qca-2.1.0.3-r1:2[qt5] + >=app-crypt/qca-2.1.1:2[qt5] $(add_qt_dep qtdbus) $(add_qt_dep qtdeclarative) $(add_qt_dep qtgui)