summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-05-23 12:10:30 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-05-23 12:10:30 +0000
commitb6ea3386f43dbfbc27acb65796bb6b86ed089a01 (patch)
tree21dd50a390f66d0a5152f9df91af757de8cd27f7 /games-puzzle/bubble-chains
parentx86 stable per bug 364841 (diff)
downloadgentoo-2-b6ea3386f43dbfbc27acb65796bb6b86ed089a01.tar.gz
gentoo-2-b6ea3386f43dbfbc27acb65796bb6b86ed089a01.tar.bz2
gentoo-2-b6ea3386f43dbfbc27acb65796bb6b86ed089a01.zip
Fix underlink. Bug #367593
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'games-puzzle/bubble-chains')
-rw-r--r--games-puzzle/bubble-chains/ChangeLog7
-rw-r--r--games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/games-puzzle/bubble-chains/ChangeLog b/games-puzzle/bubble-chains/ChangeLog
index 9ed411081c8d..a85bd2ca2ce9 100644
--- a/games-puzzle/bubble-chains/ChangeLog
+++ b/games-puzzle/bubble-chains/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/bubble-chains
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bubble-chains/ChangeLog,v 1.5 2010/08/12 10:46:09 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bubble-chains/ChangeLog,v 1.6 2011/05/23 12:10:30 tupone Exp $
+
+ 23 May 2011; Tupone Alfredo <tupone@gentoo.org> bubble-chains-0.1.1.ebuild:
+ Fix underlink. Bug #367593 by Diego Elio Pettenò
12 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
bubble-chains-0.1.1.ebuild:
diff --git a/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild b/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild
index b11277427dbf..4851dde1ee11 100644
--- a/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild
+++ b/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild,v 1.3 2010/08/12 10:46:09 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/bubble-chains/bubble-chains-0.1.1.ebuild,v 1.4 2011/05/23 12:10:30 tupone Exp $
EAPI=2
-inherit eutils qt4 games
+inherit eutils qt4-r2 games
MY_P=${P/bubble-}-src
@@ -30,7 +30,7 @@ src_prepare() {
sed -i \
-e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
-e "s:/usr/local/games:${GAMES_DATADIR}:g" \
- -e "s:LIBS += -lSDLmain:LIBS += -lSDL:" \
+ -e "s:LIBS += -lSDLmain:LIBS += -lSDL -lX11:" \
Game.pro main.cpp || die
}