aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2013-05-15 09:04:28 +0200
committerAndreas Schäfer <gentryx@gmx.de>2013-05-15 09:04:28 +0200
commitdbf1d3a5ed02ce670672682a4bdc6fec652edd92 (patch)
treed8449f0f083a639b9676c2b88788e64a8c74dd28 /sci-mathematics/dsfmt/dsfmt-2.2.ebuild
parentadding ebuild for AMD APP (diff)
parentselectively call cuda.eclass, depending on use flag (diff)
downloadsci-dbf1d3a5ed02ce670672682a4bdc6fec652edd92.tar.gz
sci-dbf1d3a5ed02ce670672682a4bdc6fec652edd92.tar.bz2
sci-dbf1d3a5ed02ce670672682a4bdc6fec652edd92.zip
merge
Diffstat (limited to 'sci-mathematics/dsfmt/dsfmt-2.2.ebuild')
-rw-r--r--sci-mathematics/dsfmt/dsfmt-2.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
index bef27a6e3..b4a586b29 100644
--- a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
+++ b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
@@ -1,5 +1,8 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
-EAPI=4
+EAPI=5
MYP=dSFMT-src-${PV}
@@ -12,9 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
S="${WORKDIR}/${MYP}"
src_test() {
@@ -22,7 +22,6 @@ src_test() {
}
src_install() {
- insinto /usr/include
- doins dSFMT.c d*.h
+ doheader dSFMT.c d*.h
dodoc README*txt CHANGE*
}