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 6CD2D138A1A for ; Wed, 18 Feb 2015 16:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F38E07FA; Wed, 18 Feb 2015 16:57:19 +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 85E5CE07FA for ; Wed, 18 Feb 2015 16:57:19 +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 66393340728 for ; Wed, 18 Feb 2015 16:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED07712095 for ; Wed, 18 Feb 2015 16:57:16 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1424278607.e7c3c1a57e196b64f9856c9f954b6c37d2599c60.leio@gentoo> Subject: [gentoo-commits] dev/leio:master commit in: dev-libs/weston/ X-VCS-Repository: dev/leio X-VCS-Files: dev-libs/weston/weston-1.6.1.ebuild X-VCS-Directories: dev-libs/weston/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e7c3c1a57e196b64f9856c9f954b6c37d2599c60 X-VCS-Branch: master Date: Wed, 18 Feb 2015 16:57:16 +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: ef02c981-cb6a-4f33-b413-0bc19175494a X-Archives-Hash: 63a9bf038c305958c247f4bf265886a0 commit: e7c3c1a57e196b64f9856c9f954b6c37d2599c60 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 18 16:56:47 2015 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 18 16:56:47 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=e7c3c1a5 weston: USE=egl needs wayland-egl.pc package, so rpi-userland[wayland] on rpi --- dev-libs/weston/weston-1.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/weston/weston-1.6.1.ebuild b/dev-libs/weston/weston-1.6.1.ebuild index 4183b2a..d6b0038 100644 --- a/dev-libs/weston/weston-1.6.1.ebuild +++ b/dev-libs/weston/weston-1.6.1.ebuild @@ -61,7 +61,7 @@ RDEPEND=" >=virtual/udev-136 ) egl? ( - rpi? ( media-libs/raspberrypi-userland ) + rpi? ( media-libs/raspberrypi-userland[wayland] ) !rpi? ( media-libs/glu media-libs/mesa[gles2,wayland] ) ) editor? ( x11-libs/pango )