aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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*
}