commit: a3939940bc669ab32ffe28c50fed768db5846d36 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Sep 21 19:41:36 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 19:41:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3939940
sci-biology/SolexaQA: Bump to EAPI 5 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sci-biology/SolexaQA/SolexaQA-2.2.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-biology/SolexaQA/SolexaQA-2.2.ebuild b/sci-biology/SolexaQA/SolexaQA-2.2.ebuild index 174c373..c8ed142 100644 --- a/sci-biology/SolexaQA/SolexaQA-2.2.ebuild +++ b/sci-biology/SolexaQA/SolexaQA-2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=3 +EAPI=5 -DESCRIPTION="Analyze and trim single-end and paired-end reads, show quality statistics in figures" +DESCRIPTION="Analyze and trim single-end and paired-end reads, show quality statistics" HOMEPAGE="http://sourceforge.net/projects/clview" SRC_URI="http://sourceforge.net/projects/solexaqa/files/src/SolexaQA_v.2.2.zip" @@ -13,8 +13,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="dev-lang/perl - dev-lang/R" +DEPEND=" + dev-lang/perl + dev-lang/R" RDEPEND="${DEPEND}" S=${WORKDIR}/"${PN}"_v."${PV}"
