summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-05-24 14:59:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-05-24 14:59:29 +0000
commitcaeabec13702bf19d8937cc16f093d2ce1d3bd3f (patch)
treecd91f625cc83d2f7994859c5c2ce8787d28c6bf0 /games-board
parentppc stable #320581 (diff)
downloadgentoo-2-caeabec13702bf19d8937cc16f093d2ce1d3bd3f.tar.gz
gentoo-2-caeabec13702bf19d8937cc16f093d2ce1d3bd3f.tar.bz2
gentoo-2-caeabec13702bf19d8937cc16f093d2ce1d3bd3f.zip
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gtkboard/gtkboard-0.11_pre0.ebuild13
1 files changed, 6 insertions, 7 deletions
diff --git a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild
index fdf31b23b0c6..1ed5d44c00a3 100644
--- a/games-board/gtkboard/gtkboard-0.11_pre0.ebuild
+++ b/games-board/gtkboard/gtkboard-0.11_pre0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.15 2010/05/24 12:08:50 tupone Exp $
-EAPI="2"
+# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.16 2010/05/24 14:59:29 mr_bones_ Exp $
+EAPI=2
inherit eutils games
MY_P=${P/_}
@@ -16,8 +16,8 @@ KEYWORDS="amd64 ppc x86"
IUSE="gnome"
RDEPEND=">=x11-libs/gtk+-2
- media-libs/libsdl
- media-libs/sdl-mixer
+ media-libs/libsdl[audio]
+ media-libs/sdl-mixer[vorbis]
gnome? ( gnome-base/libgnomeui )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
@@ -27,7 +27,7 @@ S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-gcc41.patch
"${FILESDIR}"/${P}-gcc45.patch
- )
+)
src_configure() {
egamesconf \
@@ -35,8 +35,7 @@ src_configure() {
--datadir="${GAMES_DATADIR}"/${PN} \
--enable-gtk2 \
--enable-sdl \
- $(use_enable gnome) \
- || die
+ $(use_enable gnome)
}
src_install() {