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 33988138ACF for ; Sat, 14 Feb 2015 16:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18A77E0957; Sat, 14 Feb 2015 16:08:20 +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 7FF28E0957 for ; Sat, 14 Feb 2015 16:08: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 3A8B03407F6 for ; Sat, 14 Feb 2015 16:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F273211BFF for ; Sat, 14 Feb 2015 16:08:15 +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: <1423930058.6577c14b1f946544c276f05f712710bb280c3bec.leio@gentoo> Subject: [gentoo-commits] dev/leio:master commit in: media-libs/raspberrypi-userland/ X-VCS-Repository: dev/leio X-VCS-Files: media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild X-VCS-Directories: media-libs/raspberrypi-userland/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6577c14b1f946544c276f05f712710bb280c3bec X-VCS-Branch: master Date: Sat, 14 Feb 2015 16:08: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: 74125245-1752-4084-91e6-b7b213220d4c X-Archives-Hash: b37a2e4a01fa28572abe5d5617e3a734 commit: 6577c14b1f946544c276f05f712710bb280c3bec Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 14 16:07:38 2015 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 14 16:07:38 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=6577c14b raspberrypi-userland: Add missing wayland and pkgconfig deps from the wayland wsys patch --- .../raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild index 448d6ee..7482032 100644 --- a/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild +++ b/media-libs/raspberrypi-userland/raspberrypi-userland-0_pre20140830.ebuild @@ -23,6 +23,10 @@ LICENSE="BSD" SLOT="0" IUSE="wayland" +RDEPEND="wayland? ( dev-libs/wayland )" +DEPEND="${RDEPEND} + wayland? ( virtual/pkgconfig )" + # TODO: # * port vcfiled init script # * stuff is still installed to hardcoded /opt/vc location, investigate whether