summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-10-12 11:06:08 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-10-12 11:06:08 +0000
commit5df36bc0b12904c529e9d8996f7bbb04d5ef6004 (patch)
treeb57b97579a0750c1abf684aba7b69358650faa24 /sci-mathematics/wxmaxima
parentVersion bump. (diff)
downloadgentoo-2-5df36bc0b12904c529e9d8996f7bbb04d5ef6004.tar.gz
gentoo-2-5df36bc0b12904c529e9d8996f7bbb04d5ef6004.tar.bz2
gentoo-2-5df36bc0b12904c529e9d8996f7bbb04d5ef6004.zip
Fixed bad use_enable (see bug #241446).
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
Diffstat (limited to 'sci-mathematics/wxmaxima')
-rw-r--r--sci-mathematics/wxmaxima/ChangeLog7
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild4
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild4
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild4
4 files changed, 12 insertions, 7 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog
index adc63e3a762d..878881c99de7 100644
--- a/sci-mathematics/wxmaxima/ChangeLog
+++ b/sci-mathematics/wxmaxima/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/wxmaxima
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.19 2008/10/09 10:08:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.20 2008/10/12 11:06:08 markusle Exp $
+
+ 12 Oct 2008; Markus Dittrich <markusle@gentoo.org> wxmaxima-0.7.4.ebuild,
+ wxmaxima-0.7.5.ebuild, wxmaxima-0.7.6.ebuild:
+ Fixed bad use_enable (see bug #241446). Thanks much to Matthias Schwarzott
+ <zzam@gentoo.org> for pointing this out.
*wxmaxima-0.7.6 (09 Oct 2008)
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
index 42f7fb05ca8b..d80adcd0aea0 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.6 2008/04/19 09:46:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.7 2008/10/12 11:06:08 markusle Exp $
WX_GTK_VER="2.8"
inherit eutils autotools wxwidgets fdo-mime
@@ -38,7 +38,7 @@ src_compile () {
--enable-dnd \
--enable-printing \
--with-wx-config=${WX_CONFIG} \
- $(use_unicode unicode-glyphs) \
+ $(use_enable unicode unicode-glyphs) \
|| die "econf failed"
emake || die "emake failed"
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild
index 987068737eaf..484145f6992e 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.2 2008/06/19 15:16:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.3 2008/10/12 11:06:08 markusle Exp $
WX_GTK_VER="2.8"
EAPI="1"
@@ -48,7 +48,7 @@ src_compile () {
--enable-dnd \
--enable-printing \
--with-wx-config=${WX_CONFIG} \
- $(use_unicode unicode-glyphs) \
+ $(use_enable unicode unicode-glyphs) \
|| die "econf failed"
emake || die "emake failed"
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
index 21ea9d96ec94..d7d50ffc0119 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v 1.1 2008/10/09 10:08:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v 1.2 2008/10/12 11:06:08 markusle Exp $
WX_GTK_VER="2.8"
EAPI="2"
@@ -41,7 +41,7 @@ src_configure() {
--enable-dnd \
--enable-printing \
--with-wx-config=${WX_CONFIG} \
- $(use_unicode unicode-glyphs)
+ $(use_enable unicode unicode-glyphs)
}
src_install () {