public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/blockrage/
@ 2015-11-22  5:34 Michael Sterrett
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett @ 2015-11-22  5:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5fec55e7f58b85da72d67ac4dd74d273a7ae8531
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 05:33:34 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 05:33:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fec55e7

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-arcade/blockrage/blockrage-0.2.3.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-arcade/blockrage/blockrage-0.2.3.ebuild b/games-arcade/blockrage/blockrage-0.2.3.ebuild
index abe4316..78dd178 100644
--- a/games-arcade/blockrage/blockrage-0.2.3.ebuild
+++ b/games-arcade/blockrage/blockrage-0.2.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Falling-blocks arcade game with a 2-player hotseat mode"
@@ -14,13 +14,16 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl"
-RDEPEND="${DEPEND}"
+DEPEND="media-libs/libsdl[video]"
+RDEPEND=${DEPEND}
 
 # Removing error due to wrong detection of cross-compile mode
-PATCHES=( "${FILESDIR}/${P}"-config.patch )
 DOCS=( ChangeLog KNOWN_BUGS README TODO )
 
+src_prepare() {
+	epatch "${FILESDIR}/${P}"-config.patch
+}
+
 src_install() {
 	default
 	prepgamesdirs


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-22  5:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-22  5:34 [gentoo-commits] repo/gentoo:master commit in: games-arcade/blockrage/ Michael Sterrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox