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 6A8AA1396D1 for ; Sun, 3 Sep 2017 19:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9E71E0E06; Sun, 3 Sep 2017 19:40:49 +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 ABFDFE0E06 for ; Sun, 3 Sep 2017 19:40:49 +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 C6246341686 for ; Sun, 3 Sep 2017 19:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 702198CD6 for ; Sun, 3 Sep 2017 19:40:47 +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: <1504467558.e899b3b0ce7fb09c2ac2b3ca5b3c14e78a73375d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kwayland/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kwayland/kwayland-5.38.0.ebuild kde-frameworks/kwayland/kwayland-9999.ebuild X-VCS-Directories: kde-frameworks/kwayland/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e899b3b0ce7fb09c2ac2b3ca5b3c14e78a73375d X-VCS-Branch: master Date: Sun, 3 Sep 2017 19:40:47 +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: 5a8f06a2-813d-46f3-9ef8-326442ed84fa X-Archives-Hash: c505a0ac7b8d6504b83b535d1209322a commit: e899b3b0ce7fb09c2ac2b3ca5b3c14e78a73375d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 3 19:39:18 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 3 19:39:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e899b3b0 kde-frameworks/kwayland: Relax qtwayland[egl] usedep Package-Manager: Portage-2.3.8, Repoman-2.3.3 kde-frameworks/kwayland/kwayland-5.38.0.ebuild | 2 +- kde-frameworks/kwayland/kwayland-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/kwayland/kwayland-5.38.0.ebuild b/kde-frameworks/kwayland/kwayland-5.38.0.ebuild index 04e1c9caf5..dc450f62d4 100644 --- a/kde-frameworks/kwayland/kwayland-5.38.0.ebuild +++ b/kde-frameworks/kwayland/kwayland-5.38.0.ebuild @@ -20,7 +20,7 @@ DEPEND=" media-libs/mesa[egl] " RDEPEND="${DEPEND} - $(add_qt_dep qtwayland 'egl') + $(add_qt_dep qtwayland 'egl(+)') " # All failing, I guess we need a virtual wayland server diff --git a/kde-frameworks/kwayland/kwayland-9999.ebuild b/kde-frameworks/kwayland/kwayland-9999.ebuild index 7c20f22f79..8dd0078883 100644 --- a/kde-frameworks/kwayland/kwayland-9999.ebuild +++ b/kde-frameworks/kwayland/kwayland-9999.ebuild @@ -20,7 +20,7 @@ DEPEND=" media-libs/mesa[egl] " RDEPEND="${DEPEND} - $(add_qt_dep qtwayland 'egl') + $(add_qt_dep qtwayland 'egl(+)') " # All failing, I guess we need a virtual wayland server