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 3A5C9138A1A for ; Thu, 5 Feb 2015 20:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4976CE0949; Thu, 5 Feb 2015 20:03:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E8074E0949 for ; Thu, 5 Feb 2015 20:03:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3317534077F for ; Thu, 5 Feb 2015 20:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA451120E for ; Thu, 5 Feb 2015 20:03:42 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1423166539.bc466b561f0df7598bbd28f20a9ee030fbcfe301.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kwin/kwin-5.2.0.1.ebuild kde-plasma/kwin/kwin-5.2.9999.ebuild X-VCS-Directories: kde-plasma/kwin/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: bc466b561f0df7598bbd28f20a9ee030fbcfe301 X-VCS-Branch: master Date: Thu, 5 Feb 2015 20:03:42 +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: f3000d55-b235-45a4-90fa-79599528f2ba X-Archives-Hash: f0577e30a79a0146cd02b992e711931f commit: bc466b561f0df7598bbd28f20a9ee030fbcfe301 Author: Karol Herbst karolherbst de> AuthorDate: Thu Feb 5 08:00:30 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 5 20:02:19 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bc466b56 [kde-plasma/kwin] DEPEND on =libinput-0.8.0, also the 5.2 branch disables libinput support completly if >=0.8.0 is found, hence we should depen on <0.8.0. The 5.3 will most likely support >=0.8.0. Package-Manager: portage-2.2.15 --- kde-plasma/kwin/kwin-5.2.0.1.ebuild | 2 +- kde-plasma/kwin/kwin-5.2.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kwin/kwin-5.2.0.1.ebuild b/kde-plasma/kwin/kwin-5.2.0.1.ebuild index 88b50ec..26a1df7 100644 --- a/kde-plasma/kwin/kwin-5.2.0.1.ebuild +++ b/kde-plasma/kwin/kwin-5.2.0.1.ebuild @@ -58,7 +58,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-keysyms wayland? ( $(add_plasma_dep kwayland) - dev-libs/libinput + =dev-libs/wayland-1.2 virtual/libudev >=x11-libs/libxkbcommon-0.4.1 diff --git a/kde-plasma/kwin/kwin-5.2.9999.ebuild b/kde-plasma/kwin/kwin-5.2.9999.ebuild index e8503cb..7cb652f 100644 --- a/kde-plasma/kwin/kwin-5.2.9999.ebuild +++ b/kde-plasma/kwin/kwin-5.2.9999.ebuild @@ -56,7 +56,7 @@ COMMON_DEPEND=" x11-libs/xcb-util-keysyms wayland? ( $(add_plasma_dep kwayland) - dev-libs/libinput + =dev-libs/wayland-1.2 virtual/libudev >=x11-libs/libxkbcommon-0.4.1