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 538AE139694 for ; Wed, 1 Mar 2017 21:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A54F9E0C97; Wed, 1 Mar 2017 21:10:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 84DE0E0C97 for ; Wed, 1 Mar 2017 21:10:17 +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 69AA83416E5 for ; Wed, 1 Mar 2017 21:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07CD658F7 for ; Wed, 1 Mar 2017 21:10:15 +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: <1488402589.d4d9aaf94e60f065cfb99b0ea3f677ab7affe396.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-sdk/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild X-VCS-Directories: kde-plasma/plasma-sdk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d4d9aaf94e60f065cfb99b0ea3f677ab7affe396 X-VCS-Branch: master Date: Wed, 1 Mar 2017 21:10:15 +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: 2f80cd9b-03fb-4922-9c79-06683613ce1c X-Archives-Hash: 1038bc726c6639e57a224a792275ef65 commit: d4d9aaf94e60f065cfb99b0ea3f677ab7affe396 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 1 21:09:49 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 1 21:09:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4d9aaf9 kde-plasma/plasma-sdk: Require dev-libs/kirigami:2 Upstream commit db66899283cf5dcbe133ee8786b7665361182955 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild index 0e2c0c6b68..7478e37f92 100644 --- a/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild +++ b/kde-plasma/plasma-sdk/plasma-sdk-9999.ebuild @@ -33,7 +33,7 @@ DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - dev-libs/kirigami:1 + dev-libs/kirigami:2 plasmate? ( $(add_frameworks_dep kdelibs4support) $(add_frameworks_dep knewstuff)