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 123C61384B4 for ; Thu, 17 Dec 2015 02:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A62121C00A; Thu, 17 Dec 2015 02:30:04 +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 10B6A21C00A for ; Thu, 17 Dec 2015 02:30:03 +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 B006733D3CF for ; Thu, 17 Dec 2015 02:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FE78B05 for ; Thu, 17 Dec 2015 02:29:58 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1450319385.33c3827890b9a6a8879d564dc4aeb73604eddfeb.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/foobillard/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-sports/foobillard/foobillard-3.0a.ebuild X-VCS-Directories: games-sports/foobillard/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 33c3827890b9a6a8879d564dc4aeb73604eddfeb X-VCS-Branch: master Date: Thu, 17 Dec 2015 02:29:58 +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: 621ab2ee-1aac-4d7c-9d73-5aac99e5dafd X-Archives-Hash: 7aa98930a96fdfda7e0ec47bf60ca251 commit: 33c3827890b9a6a8879d564dc4aeb73604eddfeb Author: Michael Sterrett gentoo org> AuthorDate: Thu Dec 17 02:29:27 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Thu Dec 17 02:29:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c38278 better deps and make it work with latest eselect-opengl Package-Manager: portage-2.2.24 games-sports/foobillard/foobillard-3.0a.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/games-sports/foobillard/foobillard-3.0a.ebuild b/games-sports/foobillard/foobillard-3.0a.ebuild index babc1d8..360aa07 100644 --- a/games-sports/foobillard/foobillard-3.0a.ebuild +++ b/games-sports/foobillard/foobillard-3.0a.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit eutils autotools games +inherit eutils flag-o-matic autotools toolchain-funcs games DESCRIPTION="8ball, 9ball, snooker and carambol game" HOMEPAGE="http://foobillard.sourceforge.net/" @@ -19,10 +19,10 @@ DEPEND="x11-libs/libXaw virtual/opengl virtual/glu >=media-libs/freetype-2.0.9 - media-libs/libpng - sdl? ( media-libs/libsdl ) + media-libs/libpng:0 + sdl? ( media-libs/libsdl[video] ) !sdl? ( media-libs/freeglut )" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} src_prepare() { epatch \ @@ -37,6 +37,7 @@ src_prepare() { } src_configure() { + use video_cards_nvidia && append-ldflags -L/usr/$(get_libdir)/opengl/nvidia/lib egamesconf \ --enable-sound \ $(use_enable sdl SDL) \