diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-13 05:01:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-13 05:01:17 +0000 |
commit | b9e48064798848003a0a8b1ce335695148276027 (patch) | |
tree | aa88a0038876926df8bcc6a200bd43af5a883b0e /games-board | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-b9e48064798848003a0a8b1ce335695148276027.tar.gz gentoo-2-b9e48064798848003a0a8b1ce335695148276027.tar.bz2 gentoo-2-b9e48064798848003a0a8b1ce335695148276027.zip |
revert change since gnome2 eclass turns on debug regardless of the ebuild settings
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/pio/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/pio/pio-0.9.19.ebuild | 9 | ||||
-rw-r--r-- | games-board/pio/pio-0.9.23.ebuild | 9 |
3 files changed, 11 insertions, 13 deletions
diff --git a/games-board/pio/ChangeLog b/games-board/pio/ChangeLog index 4cdbc15fe970..37bd33489032 100644 --- a/games-board/pio/ChangeLog +++ b/games-board/pio/ChangeLog @@ -1,10 +1,6 @@ # 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.3 2005/10/13 04:18:38 mr_bones_ Exp $ - - 13 Oct 2005; Michael Sterrett <mr_bones_@gentoo.org> pio-0.9.19.ebuild, - pio-0.9.23.ebuild: - --enable-debug doesn't compile; turned off USE=debug support (bug #109084) +# $Header: /var/cvsroot/gentoo-x86/games-board/pio/ChangeLog,v 1.4 2005/10/13 05:01:17 mr_bones_ Exp $ *pio-0.9.23 (18 Aug 2005) diff --git a/games-board/pio/pio-0.9.19.ebuild b/games-board/pio/pio-0.9.19.ebuild index 6f05f3e42bc5..5a030ece5ca6 100644 --- a/games-board/pio/pio-0.9.19.ebuild +++ b/games-board/pio/pio-0.9.19.ebuild @@ -1,6 +1,6 @@ # 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.3 2005/10/13 04:18:38 mr_bones_ Exp $ +# $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 $ inherit eutils gnome2 debug @@ -11,8 +11,8 @@ SRC_URI="mirror://sourceforge/pio/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="X nls" +KEYWORDS="x86 ~ppc ~amd64" +IUSE="nls debug X" RDEPEND=">=dev-libs/glib-2.0 X? ( >=gnome-base/libgnomeui-2.6.1.1 @@ -24,7 +24,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} src_compile() { - export G2CONF="${G2CONF} $(use_enable nls)" + export G2CONF="${G2CONF} `use_enable nls`" + export G2CONF="${G2CONF} `use_enable debug`" if use X ; then gnome2_src_compile diff --git a/games-board/pio/pio-0.9.23.ebuild b/games-board/pio/pio-0.9.23.ebuild index 17b01d4354ac..7dd72cdcc193 100644 --- a/games-board/pio/pio-0.9.23.ebuild +++ b/games-board/pio/pio-0.9.23.ebuild @@ -1,6 +1,6 @@ # 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.23.ebuild,v 1.2 2005/10/13 04:18:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pio/pio-0.9.23.ebuild,v 1.3 2005/10/13 05:01:17 mr_bones_ Exp $ inherit eutils gnome2 debug @@ -11,8 +11,8 @@ SRC_URI="mirror://sourceforge/pio/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="X nls" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="nls debug X" RDEPEND=">=dev-libs/glib-2.4 >=gnome-base/libgnome-2.10 @@ -25,7 +25,8 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} src_compile() { - export G2CONF="${G2CONF} $(use_enable nls)" + export G2CONF="${G2CONF} `use_enable nls`" + export G2CONF="${G2CONF} `use_enable debug`" if use X ; then gnome2_src_compile |