summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-06 22:44:30 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-06 22:44:30 +0000
commitc8b6ed75fed4a0fb4c79cbd46ff3688ce3e23b5b (patch)
tree7c573b127188943da319eb71d2709f4d8252b9ae /games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
parentEAPI=5 (diff)
downloadhistorical-c8b6ed75fed4a0fb4c79cbd46ff3688ce3e23b5b.tar.gz
historical-c8b6ed75fed4a0fb4c79cbd46ff3688ce3e23b5b.tar.bz2
historical-c8b6ed75fed4a0fb4c79cbd46ff3688ce3e23b5b.zip
EAPI=5
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild')
-rw-r--r--games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
index 19c1013d15ac..89724a9a9386 100644
--- a/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
+++ b/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.12 2012/07/21 16:23:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/monkey-bubble/monkey-bubble-0.4.0.ebuild,v 1.13 2015/02/06 22:44:25 mr_bones_ Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils gnome2
DESCRIPTION="A Puzzle Bobble clone"
@@ -34,10 +34,7 @@ src_prepare() {
"${FILESDIR}"/${P}-noesound.patch \
"${FILESDIR}"/${P}-glib-single-include.patch
# bug 260895
- sed -i \
- -e 's/ -Werror//' \
- $(find . -name Makefile.am) \
- || die "sed failed"
+ sed -i -e 's/ -Werror//' $(find . -name Makefile.am) || die
AT_NOELIBTOOLIZE=yes eautoreconf
gnome2_src_prepare
}