summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-05-26 17:33:48 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-05-26 17:33:48 +0000
commitb0b28feff08b5038a814175fcb171ae42b7e88c0 (patch)
tree8bc102b857dc2da4a29f284ca39ef9d3d1f60ada /games-board/gnubg/gnubg-0.14.3.ebuild
parentThese versions run but do not install with twisted 2.4, so add a < dep. (diff)
downloadhistorical-b0b28feff08b5038a814175fcb171ae42b7e88c0.tar.gz
historical-b0b28feff08b5038a814175fcb171ae42b7e88c0.tar.bz2
historical-b0b28feff08b5038a814175fcb171ae42b7e88c0.zip
Added ~ppc64 and RESTRICT="test"; bug #132002
Package-Manager: portage-2.0.54-r2
Diffstat (limited to 'games-board/gnubg/gnubg-0.14.3.ebuild')
-rw-r--r--games-board/gnubg/gnubg-0.14.3.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games-board/gnubg/gnubg-0.14.3.ebuild b/games-board/gnubg/gnubg-0.14.3.ebuild
index 7ade75032190..aea4627ec1b4 100644
--- a/games-board/gnubg/gnubg-0.14.3.ebuild
+++ b/games-board/gnubg/gnubg-0.14.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3.ebuild,v 1.6 2006/05/24 15:28:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-0.14.3.ebuild,v 1.7 2006/05/26 17:33:48 corsair Exp $
inherit gnuconfig flag-o-matic eutils games
@@ -14,9 +14,12 @@ SRC_URI="ftp://alpha.gnu.org/gnu/gnubg/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-amd64 ~ppc ~sparc x86"
+KEYWORDS="-amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="arts esd gdbm gtk guile nas nls opengl python readline X"
+# test fail - bug #132002
+RESTRICT="test"
+
# FIXME does this need to DEPEND on netpbm?
DEPEND="dev-libs/glib
>=media-libs/freetype-2