commit: 02a16b01b401dcfe7dea754b93b92b47d6b28c0f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 10:05:23 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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