summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-08-08 22:04:10 +0000
committerMike Frysinger <vapier@gentoo.org>2007-08-08 22:04:10 +0000
commit333599ef9d7ab08389197e940215e055fe1c05f1 (patch)
treed6f62c863d1f9cfe0a65b34bf90dc98183168614 /games-arcade/lbreakout
parentalpha/ia64 stable wrt #185823 (diff)
downloadgentoo-2-333599ef9d7ab08389197e940215e055fe1c05f1.tar.gz
gentoo-2-333599ef9d7ab08389197e940215e055fe1c05f1.tar.bz2
gentoo-2-333599ef9d7ab08389197e940215e055fe1c05f1.zip
ia64 love
(Portage version: 2.1.3)
Diffstat (limited to 'games-arcade/lbreakout')
-rw-r--r--games-arcade/lbreakout/lbreakout-010315.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/lbreakout/lbreakout-010315.ebuild b/games-arcade/lbreakout/lbreakout-010315.ebuild
index cddb10126965..e10bcdf8c73d 100644
--- a/games-arcade/lbreakout/lbreakout-010315.ebuild
+++ b/games-arcade/lbreakout/lbreakout-010315.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout/lbreakout-010315.ebuild,v 1.6 2004/06/24 22:07:16 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout/lbreakout-010315.ebuild,v 1.7 2007/08/08 22:04:10 vapier Exp $
inherit games
DESCRIPTION="Breakout clone written with the SDL library"
-HOMEPAGE="http://lgames.sourceforge.net"
+HOMEPAGE="http://lgames.sourceforge.net/"
SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="amd64 ia64 ppc x86"
IUSE=""
DEPEND=">=media-libs/libsdl-1.1.5"
@@ -23,7 +23,7 @@ src_compile() {
src_install() {
# makefile fails to create this directory
dodir /var/lib/games
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS README ChangeLog
dohtml lbreakout/manual/*
prepgamesdirs