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 | 227bf1d6fd8f721e96eb182dbe9ceba193975955 (patch) | |
tree | 873d03d0ebec0db5511d45626dde4a71a8fad512 /games-board/pio | |
parent | Added ~sparc keyword. (diff) | |
download | historical-227bf1d6fd8f721e96eb182dbe9ceba193975955.tar.gz historical-227bf1d6fd8f721e96eb182dbe9ceba193975955.tar.bz2 historical-227bf1d6fd8f721e96eb182dbe9ceba193975955.zip |
revert change since gnome2 eclass turns on debug regardless of the ebuild settings
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-board/pio')
-rw-r--r-- | games-board/pio/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/pio/Manifest | 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 |
4 files changed, 14 insertions, 16 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/Manifest b/games-board/pio/Manifest index e5fc5a2b976d..8d59e2f0facc 100644 --- a/games-board/pio/Manifest +++ b/games-board/pio/Manifest @@ -1,6 +1,6 @@ MD5 7035b4db1ed5ed0e55ee3dd6524e5b2b metadata.xml 321 -MD5 99d24fc62bf4fad5f402980a379f2bc5 pio-0.9.23.ebuild 1075 -MD5 2164529d2a87c07db059ad674b9e842c pio-0.9.19.ebuild 1059 -MD5 3bdcf6d8638450c6735762a9323d659a ChangeLog 666 +MD5 4a2092784b8521003ff632cf3b614cae pio-0.9.23.ebuild 1127 +MD5 d02de909582ad3ef50aff4e096d0ce5d pio-0.9.19.ebuild 1110 +MD5 545e3f1550aa703d0d3544872b900179 ChangeLog 493 MD5 bd0fefda62535dc61a6c2791b5b194f8 files/digest-pio-0.9.23 68 MD5 a270a5b020f0b2c049fe47b0396bafd9 files/digest-pio-0.9.19 68 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 |