summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:58:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-07-08 10:58:34 +0000
commit68e28a6388020fc1a75f5c4c6dbd8a79e5a59cca (patch)
tree283ec70b00642c79adcd90bcdde4d9fb8d0552d9 /sci-biology/mothur
parentConvert from "useq" to "use". (diff)
downloadgentoo-2-68e28a6388020fc1a75f5c4c6dbd8a79e5a59cca.tar.gz
gentoo-2-68e28a6388020fc1a75f5c4c6dbd8a79e5a59cca.tar.bz2
gentoo-2-68e28a6388020fc1a75f5c4c6dbd8a79e5a59cca.zip
Convert from "useq" to "use".
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/mothur')
-rw-r--r--sci-biology/mothur/ChangeLog7
-rw-r--r--sci-biology/mothur/mothur-1.13.0-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/mothur/ChangeLog b/sci-biology/mothur/ChangeLog
index ca6cbe7cce71..9217931f40a5 100644
--- a/sci-biology/mothur/ChangeLog
+++ b/sci-biology/mothur/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/mothur
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.8 2010/10/05 08:27:06 xarthisius Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/ChangeLog,v 1.9 2011/07/08 10:58:34 ssuominen Exp $
+
+ 08 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> mothur-1.13.0-r1.ebuild:
+ Convert from "useq" to "use".
*mothur-1.13.0-r1 (05 Oct 2010)
diff --git a/sci-biology/mothur/mothur-1.13.0-r1.ebuild b/sci-biology/mothur/mothur-1.13.0-r1.ebuild
index afe819b495f6..65fe1aa348ac 100644
--- a/sci-biology/mothur/mothur-1.13.0-r1.ebuild
+++ b/sci-biology/mothur/mothur-1.13.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.13.0-r1.ebuild,v 1.1 2010/10/05 08:27:06 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mothur/mothur-1.13.0-r1.ebuild,v 1.2 2011/07/08 10:58:34 ssuominen Exp $
EAPI="2"
@@ -31,7 +31,7 @@ src_prepare() {
}
use_yn() {
- useq $1 && echo "yes" || echo "no"
+ use $1 && echo "yes" || echo "no"
}
src_compile() {