summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2007-03-18 22:41:47 +0000
committerCarsten Lohrke <carlo@gentoo.org>2007-03-18 22:41:47 +0000
commit24a79f4a40ca16e299212d98cf69387394111e67 (patch)
tree4abe26a049c6213d4e03295da0910403931ea53a /sci-visualization/labplot
parentVersion bump. (diff)
downloadgentoo-2-24a79f4a40ca16e299212d98cf69387394111e67.tar.gz
gentoo-2-24a79f4a40ca16e299212d98cf69387394111e67.tar.bz2
gentoo-2-24a79f4a40ca16e299212d98cf69387394111e67.zip
Um, don't break earlier fixes.
(Portage version: 2.1.2.2)
Diffstat (limited to 'sci-visualization/labplot')
-rw-r--r--sci-visualization/labplot/ChangeLog5
-rw-r--r--sci-visualization/labplot/labplot-1.5.1.5.ebuild11
2 files changed, 9 insertions, 7 deletions
diff --git a/sci-visualization/labplot/ChangeLog b/sci-visualization/labplot/ChangeLog
index 4fd9eac527cd..e976472a502a 100644
--- a/sci-visualization/labplot/ChangeLog
+++ b/sci-visualization/labplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/labplot
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.11 2007/03/18 22:38:22 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.12 2007/03/18 22:41:47 carlo Exp $
+
+ 18 Mar 2007; Carsten Lohrke <carlo@gentoo.org> labplot-1.5.1.5.ebuild:
+ Um, don't break earlier fixes.
*labplot-1.5.1.5 (18 Mar 2007)
diff --git a/sci-visualization/labplot/labplot-1.5.1.5.ebuild b/sci-visualization/labplot/labplot-1.5.1.5.ebuild
index e1d0ddb89ec9..9db5589183c4 100644
--- a/sci-visualization/labplot/labplot-1.5.1.5.ebuild
+++ b/sci-visualization/labplot/labplot-1.5.1.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.5.ebuild,v 1.1 2007/03/18 22:38:22 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.5.ebuild,v 1.2 2007/03/18 22:41:47 carlo Exp $
-inherit eutils gnuconfig kde
+inherit eutils kde
PV_BUGFIX="${PV/?.?.?/}"
MY_PV="${PV%${PV_BUGFIX}}"
@@ -49,9 +49,9 @@ src_unpack() {
}
src_compile() {
- export QTDIR="${ROOT}/usr/qt/3"
- export QWT3D_PATH="${ROOT}/usr"
- export KEXIDB_DIR="${ROOT}/usr"
+ export QTDIR="/usr/qt/3"
+ export QWT3D_PATH="/usr"
+ export KEXIDB_DIR="/usr"
# texvc not in Portage and I'm not keen maintaining it
# qsa ebuilds in bad shape atm.
@@ -72,7 +72,6 @@ src_compile() {
$(use_enable tiff) \
$(use_enable kexi KexiDB) \
$(use_enable opengl)"
- gnuconfig_update
kde_src_compile
}