From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-836725-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86046139BC6 for <garchives@archives.gentoo.org>; Thu, 24 Sep 2015 16:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2CD21C003; Thu, 24 Sep 2015 16:03:13 +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 AAE9F21C003 for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2015 16:03:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDF9C34073B for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2015 16:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C88D1F5 for <gentoo-commits@lists.gentoo.org>; Thu, 24 Sep 2015 16:03:08 +0000 (UTC) From: "Michael Sterrett" <mr_bones_@gentoo.org> 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" <mr_bones_@gentoo.org> Message-ID: <1443110580.247179202716872cf748e474bb1286de12f27788.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/fbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/fbg/fbg-0.9-r1.ebuild X-VCS-Directories: games-puzzle/fbg/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 247179202716872cf748e474bb1286de12f27788 X-VCS-Branch: master Date: Thu, 24 Sep 2015 16:03:08 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5eca704c-98e0-4f22-b5cd-9e336bd0060b X-Archives-Hash: d1cc0ca437cdb87b9ea391ac76f7b794 commit: 247179202716872cf748e474bb1286de12f27788 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 16:03:00 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 16:03:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24717920 add use deps for libsdl; tidy Package-Manager: portage-2.2.20.1 games-puzzle/fbg/fbg-0.9-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-puzzle/fbg/fbg-0.9-r1.ebuild b/games-puzzle/fbg/fbg-0.9-r1.ebuild index d409745..47b2a2a 100644 --- a/games-puzzle/fbg/fbg-0.9-r1.ebuild +++ b/games-puzzle/fbg/fbg-0.9-r1.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ + EAPI=5 inherit eutils games @@ -16,17 +17,16 @@ IUSE="" DEPEND="virtual/opengl virtual/glu dev-games/physfs - media-libs/libsdl + media-libs/libsdl[opengl,video] media-libs/libmikmod x11-libs/libXt" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} src_prepare() { sed -i \ -e "/FBGDATADIR=/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \ -e '/^datadir=/d' \ - configure \ - || die "sed failed" + configure || die } src_configure() {