From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95D23138A1A for ; Sat, 21 Feb 2015 10:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1594E08AF; Sat, 21 Feb 2015 10:01:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58F8DE08AF for ; Sat, 21 Feb 2015 10:01:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F298F3408A2 for ; Sat, 21 Feb 2015 10:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BF91239D for ; Sat, 21 Feb 2015 10:01:22 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1424513123.02a16b01b401dcfe7dea754b93b92b47d6b28c0f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: eclass/ X-VCS-Repository: proj/sci X-VCS-Files: eclass/emboss-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 02a16b01b401dcfe7dea754b93b92b47d6b28c0f X-VCS-Branch: master Date: Sat, 21 Feb 2015 10:01:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dbfe6be5-826f-4dd2-8de1-96ec2006f576 X-Archives-Hash: 7c5abe2eade08b323fcb028850ce0e80 commit: 02a16b01b401dcfe7dea754b93b92b47d6b28c0f Author: Justin Lecher gentoo org> AuthorDate: Sat Feb 21 10:05:23 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Feb 21 10:05:23 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=02a16b01 Fix example text and min embos version Signed-off-by: Justin Lecher gentoo.org> --- eclass/emboss-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/emboss-r1.eclass b/eclass/emboss-r1.eclass index 90b9a8c..e82b413 100644 --- a/eclass/emboss-r1.eclass +++ b/eclass/emboss-r1.eclass @@ -23,7 +23,7 @@ # # EBO_DESCRIPTION="applications from the CBS group" # -# inherit emboss +# inherit emboss-r1 # @ECLASS-VARIABLE: EBO_DESCRIPTION # @DESCRIPTION: @@ -79,7 +79,7 @@ if [[ ${PN} == embassy-* ]]; then : ${EBO_DESCRIPTION:=${EN}} DESCRIPTION="EMBOSS integrated version of ${EBO_DESCRIPTION}" SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/${EF}.tar.gz -> embassy-${EN}-${PVR}.tar.gz" - DEPEND+=" >=sci-biology/emboss-6.3.1_p4[mysql=,pdf=,png=,postgres=,static-libs=,X=]" + DEPEND+=" >=sci-biology/emboss-6.6.0[mysql=,pdf=,png=,postgres=,static-libs=,X=]" S="${WORKDIR}"/${EF} fi