summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-16 18:51:31 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-16 18:51:31 +0000
commit9c4a73feb72b375ef7037c7427db0244608505c8 (patch)
tree5dc4e762229492a59aa900bf5eea03eb56eaaefa /games-strategy/spacehulk
parentold (diff)
downloadhistorical-9c4a73feb72b375ef7037c7427db0244608505c8.tar.gz
historical-9c4a73feb72b375ef7037c7427db0244608505c8.tar.bz2
historical-9c4a73feb72b375ef7037c7427db0244608505c8.zip
fix qt sandbox violations #48061
Diffstat (limited to 'games-strategy/spacehulk')
-rw-r--r--games-strategy/spacehulk/spacehulk-1.4.99.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild
index 246d20bfa06f..beda516c7ee8 100644
--- a/games-strategy/spacehulk/spacehulk-1.4.99.ebuild
+++ b/games-strategy/spacehulk/spacehulk-1.4.99.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.3 2004/04/13 10:20:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.99.ebuild,v 1.4 2004/04/16 18:51:31 vapier Exp $
-inherit games
+inherit games kde-functions
DESCRIPTION="A boardgame in the world of Warhammer 40k"
HOMEPAGE="http://r.vinot.free.fr/spacehulk/"
@@ -21,8 +21,10 @@ DEPEND=">=x11-libs/qt-3
media-libs/nas"
src_compile() {
+ set-qtdir 3
egamesconf \
- $(use_with xinerama) || die
+ `use_with xinerama` \
+ || die
emake || die "emake failed"
}