diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:25:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:25:14 +0000 |
commit | 3c8bf016bdba57c4f96f5583a2bcb3ebad03c3e1 (patch) | |
tree | 9c00f3c16f2e1bb8075f60fa1f1af5149da78e96 /games-action/d2x-rebirth | |
parent | Drop unnessecary die (diff) | |
download | gentoo-2-3c8bf016bdba57c4f96f5583a2bcb3ebad03c3e1.tar.gz gentoo-2-3c8bf016bdba57c4f96f5583a2bcb3ebad03c3e1.tar.bz2 gentoo-2-3c8bf016bdba57c4f96f5583a2bcb3ebad03c3e1.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'games-action/d2x-rebirth')
-rw-r--r-- | games-action/d2x-rebirth/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/d2x-rebirth/d2x-rebirth-0.50.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
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 <jlec@gentoo.org> d2x-rebirth-0.50.ebuild: + Drop unnessecary die 06 Jun 2011; Michael Sterrett <mr_bones_@gentoo.org> 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() { |