diff options
author | Don Seiler <rizzo@gentoo.org> | 2005-10-18 03:05:07 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2005-10-18 03:05:07 +0000 |
commit | 9670afc8f8c32bce5cd4113b33b1a006558d810a (patch) | |
tree | e2f8dd2afdaa984155f6fd4556e8a694c0e87a89 /games-board | |
parent | Version bump #58858 Patrick Dawson and egore. (diff) | |
download | gentoo-2-9670afc8f8c32bce5cd4113b33b1a006558d810a.tar.gz gentoo-2-9670afc8f8c32bce5cd4113b33b1a006558d810a.tar.bz2 gentoo-2-9670afc8f8c32bce5cd4113b33b1a006558d810a.zip |
Removed broken debug building for bug #109084
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pio/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/pio/pio-0.9.19.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-board/pio/ChangeLog b/games-board/pio/ChangeLog index 1372674c0ebd..125c84651a0c 100644 --- a/games-board/pio/ChangeLog +++ b/games-board/pio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/pio # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pio/ChangeLog,v 1.5 2005/10/18 03:02:54 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pio/ChangeLog,v 1.6 2005/10/18 03:05:07 rizzo Exp $ + + 18 Oct 2005; Don Seiler <rizzo@gentoo.org> pio-0.9.19.ebuild: + Removed broken debug building for bug #109084 *pio-0.9.33 (18 Oct 2005) diff --git a/games-board/pio/pio-0.9.19.ebuild b/games-board/pio/pio-0.9.19.ebuild index 5a030ece5ca6..3e00efdd4fd4 100644 --- a/games-board/pio/pio-0.9.19.ebuild +++ b/games-board/pio/pio-0.9.19.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pio/pio-0.9.19.ebuild,v 1.4 2005/10/13 05:01:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pio/pio-0.9.19.ebuild,v 1.5 2005/10/18 03:05:07 rizzo Exp $ -inherit eutils gnome2 debug +inherit eutils gnome2 MY_P="pioneers-${PV}" DESCRIPTION="A clone of the popular board game The Settlers of Catan" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pio/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" -IUSE="nls debug X" +IUSE="nls X" RDEPEND=">=dev-libs/glib-2.0 X? ( >=gnome-base/libgnomeui-2.6.1.1 @@ -25,7 +25,6 @@ S=${WORKDIR}/${MY_P} src_compile() { export G2CONF="${G2CONF} `use_enable nls`" - export G2CONF="${G2CONF} `use_enable debug`" if use X ; then gnome2_src_compile |