summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-04-06 21:50:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-04-06 21:50:56 +0000
commit4a4b37049df65556936ae2a25ef5477f7032e27d (patch)
tree7032ce6e34d5b205861a8277054a909bd806c2bf /games-arcade/supertux
parentTaking maint. Removed explicit uid/gid in ebuild/config. Some cleanups and ad... (diff)
downloadgentoo-2-4a4b37049df65556936ae2a25ef5477f7032e27d.tar.gz
gentoo-2-4a4b37049df65556936ae2a25ef5477f7032e27d.tar.bz2
gentoo-2-4a4b37049df65556936ae2a25ef5477f7032e27d.zip
tidy
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-arcade/supertux')
-rw-r--r--games-arcade/supertux/supertux-0.1.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/supertux/supertux-0.1.3.ebuild b/games-arcade/supertux/supertux-0.1.3.ebuild
index 86327a751766..34088d2354ce 100644
--- a/games-arcade/supertux/supertux-0.1.3.ebuild
+++ b/games-arcade/supertux/supertux-0.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.15 2010/11/08 04:33:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/supertux/supertux-0.1.3.ebuild,v 1.16 2011/04/06 21:50:56 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -29,15 +29,14 @@ src_configure() {
egamesconf \
--disable-dependency-tracking \
--disable-debug \
- $(use_enable opengl) \
- || die
+ $(use_enable opengl)
}
src_install() {
emake DESTDIR="${D}" \
desktopdir=/usr/share/applications \
icondir=/usr/share/pixmaps \
- install || die "emake install failed"
+ install || die
dodoc AUTHORS ChangeLog LEVELDESIGN README TODO
prepgamesdirs
}