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 EFE7613832E for ; Sun, 31 Jul 2016 11:11:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23F7121C038; Sun, 31 Jul 2016 11:11:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF3B621C038 for ; Sun, 31 Jul 2016 11:11:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87D4C340C35 for ; Sun, 31 Jul 2016 11:11:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0EB67E2 for ; Sun, 31 Jul 2016 11:11:03 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1469963456.04d078185b79b2eb5dacef2ed315b567fa62598e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fbida/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fbida/fbida-2.12.ebuild X-VCS-Directories: media-gfx/fbida/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 04d078185b79b2eb5dacef2ed315b567fa62598e X-VCS-Branch: master Date: Sun, 31 Jul 2016 11:11:03 +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: 795d0267-d477-4516-b38e-634c28daac80 X-Archives-Hash: 034ca3cc881639afd6880915d337d1c8 commit: 04d078185b79b2eb5dacef2ed315b567fa62598e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 31 11:06:20 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 31 11:10:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d07818 media-gfx/fbida: Add missing dependencies for fbpdf. Package-Manager: portage-2.3.0 media-gfx/fbida/fbida-2.12.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-gfx/fbida/fbida-2.12.ebuild b/media-gfx/fbida/fbida-2.12.ebuild index 3ddf9b6..ace785d 100644 --- a/media-gfx/fbida/fbida-2.12.ebuild +++ b/media-gfx/fbida/fbida-2.12.ebuild @@ -27,6 +27,12 @@ RDEPEND=" curl? ( net-misc/curl ) gif? ( media-libs/giflib:= ) lirc? ( app-misc/lirc ) + pdf? ( + media-libs/libepoxy + media-libs/mesa + x11-libs/cairo[opengl] + x11-libs/libdrm + ) png? ( media-libs/libpng:* ) scanner? ( media-gfx/sane-backends ) tiff? ( media-libs/tiff:* ) @@ -44,7 +50,6 @@ RDEPEND=" DEPEND=" ${RDEPEND} X? ( x11-proto/xextproto x11-proto/xproto ) - pdf? ( app-text/ghostscript-gpl ) " src_prepare() {