From 3c8bf016bdba57c4f96f5583a2bcb3ebad03c3e1 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 25 Apr 2012 16:25:14 +0000 Subject: Drop unnessecary die (Portage version: 2.2.0_alpha101/cvs/Linux x86_64) --- games-action/d2x-rebirth/ChangeLog | 7 +++++-- games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'games-action') diff --git a/games-action/d2x-rebirth/ChangeLog b/games-action/d2x-rebirth/ChangeLog index 6101f0d1898a..3912fc958d80 100644 --- a/games-action/d2x-rebirth/ChangeLog +++ b/games-action/d2x-rebirth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/d2x-rebirth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.3 2011/06/06 04:12:20 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/ChangeLog,v 1.4 2012/04/25 16:25:14 jlec Exp $ + + 25 Apr 2012; Justin Lecher d2x-rebirth-0.50.ebuild: + Drop unnessecary die 06 Jun 2011; Michael Sterrett d2x-rebirth-0.50.ebuild: EAPI=2; add use deps for physfs (bug #370187) diff --git a/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild b/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild index 86d1b6c764e9..6c3c725dc9ae 100644 --- a/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild +++ b/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild,v 1.4 2011/06/06 04:12:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild,v 1.5 2012/04/25 16:25:14 jlec Exp $ EAPI=2 inherit autotools eutils games @@ -65,7 +65,7 @@ src_prepare() { -e "s://#define WANT_MPU401 1:#define WANT_MPU401 1:" \ arch/linux/hmiplay.c || die "sed mpu401 failed" fi - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { -- cgit v1.2.3-65-gdbad