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 05DEB138337 for ; Thu, 23 Aug 2018 08:17:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D38AE0B35; Thu, 23 Aug 2018 08:17:28 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 627FCE0B35 for ; Thu, 23 Aug 2018 08:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8904B335CA6 for ; Thu, 23 Aug 2018 08:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 858DC3B7 for ; Thu, 23 Aug 2018 08:17:24 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1535012230.1eb108ee35692f5a066d3c16280eec98a0014565.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild x11-wm/enlightenment/enlightenment-0.22.3.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 1eb108ee35692f5a066d3c16280eec98a0014565 X-VCS-Branch: master Date: Thu, 23 Aug 2018 08:17:24 +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: 8d61ca91-0fe6-497d-afe1-1d59613acc3a X-Archives-Hash: 37e973f3d3a9d3763a33b4fd5d9c3aad commit: 1eb108ee35692f5a066d3c16280eec98a0014565 Author: Joonas Niilola gmail com> AuthorDate: Mon Aug 20 07:37:46 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Aug 23 08:17:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eb108ee x11-wm/enlightenment: stricter dependency on efl with 'wayland' USE. https://phab.enlightenment.org/T7319 Package-Manager: Portage[mgorny]-2.3.43.3 x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild | 4 ++-- x11-wm/enlightenment/enlightenment-0.22.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild b/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild index 6924bb9aa53..69a4add8967 100644 --- a/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.21.11-r1.ebuild @@ -50,12 +50,12 @@ RDEPEND=" x11-misc/xkeyboard-config acpi? ( sys-power/acpid ) connman? ( net-misc/connman ) - egl? ( >=dev-libs/efl-1.20.0[egl,wayland] ) + egl? ( =dev-libs/efl-1.20*[egl,wayland] ) pam? ( sys-libs/pam ) systemd? ( sys-apps/systemd ) udisks? ( sys-fs/udisks:2 ) wayland? ( - >=dev-libs/efl-1.20.0[drm,wayland] + =dev-libs/efl-1.20*[drm,wayland] >=dev-libs/wayland-1.11.0 x11-libs/libxkbcommon x11-libs/pixman diff --git a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild index 7bb86f006c6..ff10079c0e1 100644 --- a/x11-wm/enlightenment/enlightenment-0.22.3.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.22.3.ebuild @@ -55,7 +55,7 @@ RDEPEND=" systemd? ( sys-apps/systemd ) udisks? ( sys-fs/udisks:2 ) wayland? ( - dev-libs/efl[drm,wayland] + =dev-libs/efl-1.20*[drm,wayland] >=dev-libs/wayland-1.12.0 x11-libs/libxkbcommon x11-libs/pixman