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 D08B2139085 for ; Tue, 3 Jan 2017 00:43:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 334C7E0D8C; Tue, 3 Jan 2017 00:43:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 164DFE0D8C for ; Tue, 3 Jan 2017 00:43:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A827B341117 for ; Tue, 3 Jan 2017 00:43:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DB232521 for ; Tue, 3 Jan 2017 00:43:10 +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: <1483404176.d0d7e57ca21a11ea9e88178d4c37395782a44a8d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0d7e57ca21a11ea9e88178d4c37395782a44a8d X-VCS-Branch: master Date: Tue, 3 Jan 2017 00:43:10 +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: dcf5caca-c21f-41f5-875b-1778075e3252 X-Archives-Hash: 04a004edb99daac4d85454ae0c632871 commit: d0d7e57ca21a11ea9e88178d4c37395782a44a8d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 3 00:42:02 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 3 00:42:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d7e57c kde-plasma/plasma-sdk: Pin kirigami to slot 5 Package-Manager: portage-2.3.0 kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild | 4 ++-- kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild index bd76886..45c566c 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - dev-libs/kirigami + dev-libs/kirigami:5 plasmate? ( $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep knewstuff) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild index f2c060d..b412ce7 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-5.8.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -34,7 +34,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - dev-libs/kirigami + dev-libs/kirigami:5 plasmate? ( $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep knewstuff)