summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-11-11 12:32:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-11-11 12:32:40 +0000
commit8c51b6183be3ae1d3d416d360d53f09db6ef703c (patch)
tree672bcf8a09606d465d9fd4dcc8a4b68300e6ec4f /sci-visualization
parentARTS_REQUIRED=never (diff)
downloadhistorical-8c51b6183be3ae1d3d416d360d53f09db6ef703c.tar.gz
historical-8c51b6183be3ae1d3d416d360d53f09db6ef703c.tar.bz2
historical-8c51b6183be3ae1d3d416d360d53f09db6ef703c.zip
ARTS_REQUIRED=never
Package-Manager: portage-2.2_rc49/cvs/Linux x86_64
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/kpl/kpl-3.3.ebuild9
-rw-r--r--sci-visualization/labplot/labplot-1.6.0.2.ebuild3
2 files changed, 7 insertions, 5 deletions
diff --git a/sci-visualization/kpl/kpl-3.3.ebuild b/sci-visualization/kpl/kpl-3.3.ebuild
index 19ee95b38850..13b2fe1e56f3 100644
--- a/sci-visualization/kpl/kpl-3.3.ebuild
+++ b/sci-visualization/kpl/kpl-3.3.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kpl/kpl-3.3.ebuild,v 1.5 2007/03/13 14:04:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kpl/kpl-3.3.ebuild,v 1.6 2009/11/11 12:32:18 ssuominen Exp $
+ARTS_REQUIRED=never
inherit kde
DESCRIPTION="KDE tool for plotting data sets and functions in 2D and 3D."
@@ -13,6 +14,6 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
-need-kde 3.2
+need-kde 3.5
-PATCHES="${FILESDIR}/${PN}-3.2-arts-configure.patch"
+PATCHES=( "${FILESDIR}/${PN}-3.2-arts-configure.patch" )
diff --git a/sci-visualization/labplot/labplot-1.6.0.2.ebuild b/sci-visualization/labplot/labplot-1.6.0.2.ebuild
index 554b62a8ae38..5e3f4f9651d9 100644
--- a/sci-visualization/labplot/labplot-1.6.0.2.ebuild
+++ b/sci-visualization/labplot/labplot-1.6.0.2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.6.0.2.ebuild,v 1.4 2009/10/16 02:49:03 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.6.0.2.ebuild,v 1.5 2009/11/11 12:32:40 ssuominen Exp $
EAPI=1
+ARTS_REQUIRED=never
inherit eutils kde multilib flag-o-matic
MY_P="LabPlot-${PV}"