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 1A8C6138222 for ; Fri, 6 May 2016 02:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 512AE21C09D; Fri, 6 May 2016 02:50:30 +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 71D2D21C094 for ; Fri, 6 May 2016 02:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CF702340836 for ; Fri, 6 May 2016 02:50:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC54696E for ; Fri, 6 May 2016 02:50:21 +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: <1462502946.931c46f8d29dfa16c138da2587d4a8deb22d7f88.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-simulation/pmars-sdl/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild X-VCS-Directories: games-simulation/pmars-sdl/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 931c46f8d29dfa16c138da2587d4a8deb22d7f88 X-VCS-Branch: master Date: Fri, 6 May 2016 02:50:21 +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: 4a715ff0-d49b-4b35-8cf9-c877e29443dc X-Archives-Hash: f57b40ec63619b2dbbfae1bb3c63c90d commit: 931c46f8d29dfa16c138da2587d4a8deb22d7f88 Author: Michael Sterrett gentoo org> AuthorDate: Fri May 6 02:43:23 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri May 6 02:49:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=931c46f8 games-simulation/pmars-sdl: set RDEPEND Package-Manager: portage-2.2.26 games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild index 3429dd0..1826340 100644 --- a/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild +++ b/games-simulation/pmars-sdl/pmars-sdl-0.9.2e.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit toolchain-funcs games eutils +inherit toolchain-funcs eutils games MY_PN="${PN/-sdl/}" MY_PV="${PV/e/-5}" @@ -21,6 +21,7 @@ IUSE="sdl X" DEPEND="sdl? ( x11-libs/libX11 media-libs/libsdl[video] ) X? ( x11-libs/libX11 ) !sdl? ( !X? ( sys-libs/ncurses ) )" +RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P}