# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=2 inherit flag-o-matic kde4-base MY_P=LabPlot-${PV/_/.} DESCRIPTION="" HOMEPAGE="http://labplot.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" RDEPEND="!${CATEGORY}/${PN}:0" DEPEND="${RDEPEND} sci-libs/hdf5 sci-libs/netcdf sci-libs/gsl[cblas]" S=${WORKDIR}/${MY_P} DOCS="AUTHORS ChangeLog README TODO WISHLIST" src_configure() { append-flags -fexceptions kde4-base_src_configure }