summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-02-20 20:31:14 +0000
committerTom Martin <slarti@gentoo.org>2005-02-20 20:31:14 +0000
commit934742fa053ca6f1ddb0a0aa4b7d172731fda77f (patch)
tree8f54aedb797011276b2b6707adb4a4dc4d2d5e3a /games-puzzle
parentFix docs that are installed; Thanks to vanquirius in bug 82719. (diff)
downloadgentoo-2-934742fa053ca6f1ddb0a0aa4b7d172731fda77f.tar.gz
gentoo-2-934742fa053ca6f1ddb0a0aa4b7d172731fda77f.tar.bz2
gentoo-2-934742fa053ca6f1ddb0a0aa4b7d172731fda77f.zip
Marked ~amd64 to resolve bug 70052. Now filtering -fweb.
(Portage version: 2.0.51.16)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/xblockout/ChangeLog7
-rw-r--r--games-puzzle/xblockout/xblockout-1.1.2.ebuild12
2 files changed, 13 insertions, 6 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog
index 4e93bc14a0da..4d5c82c63645 100644
--- a/games-puzzle/xblockout/ChangeLog
+++ b/games-puzzle/xblockout/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/xblockout
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.8 2004/12/28 16:52:27 josejx Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.9 2005/02/20 20:31:14 slarti Exp $
+
+ 20 Feb 2005; Tom Martin <slarti@gentoo.org> xblockout-1.1.2.ebuild:
+ Marked ~amd64 to resolve bug 70052. Now filtering -fweb.
29 Dec 2004; Joseph Jezak <josejx@gentoo.org> xblockout-1.1.2.ebuild:
Marked ppc stable.
diff --git a/games-puzzle/xblockout/xblockout-1.1.2.ebuild b/games-puzzle/xblockout/xblockout-1.1.2.ebuild
index 409d441a03ef..79f31df02513 100644
--- a/games-puzzle/xblockout/xblockout-1.1.2.ebuild
+++ b/games-puzzle/xblockout/xblockout-1.1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.9 2004/12/28 16:52:27 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.2.ebuild,v 1.10 2005/02/20 20:31:14 slarti Exp $
-inherit games
+inherit games flag-o-matic
DESCRIPTION="XBlockOut: X Window block dropping game in 3 Dimension"
HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp710.univ-lyon1.fr/pub/xbl/xbl-${PV}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc ~amd64"
IUSE=""
RDEPEND="virtual/x11
@@ -22,6 +22,10 @@ S="${WORKDIR}/xbl-${PV}"
src_unpack() {
unpack ${A}
+
+ # Don't know about other archs. --slarti
+ use amd64 && filter-flags "-fweb"
+
sed -i \
-e "s:-lm:-lm -L/usr/X11R6/lib -lX11:" \
-e "s:-g$:${CFLAGS}:" ${S}/Makefile.in \