aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild')
-rw-r--r--sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
index ed2400516..c3f627660 100644
--- a/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
+++ b/sci-biology/fastx_toolkit/fastx_toolkit-0.0.13.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
DESCRIPTION="Tools for Short Read FASTA/FASTQ file processing"
HOMEPAGE="http://hannonlab.cshl.edu/fastx_toolkit"
@@ -19,8 +19,3 @@ RDEPEND="${DEPEND}
dev-perl/GDGraph
sys-apps/sed
sci-visualization/gnuplot"
-
-src_install(){
- emake install DESTDIR="${D}"
-}
-