From 68e28a6388020fc1a75f5c4c6dbd8a79e5a59cca Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 8 Jul 2011 10:58:34 +0000 Subject: Convert from "useq" to "use". (Portage version: 2.2.0_alpha43/cvs/Linux x86_64) --- sci-biology/mothur/ChangeLog | 7 +++++-- sci-biology/mothur/mothur-1.13.0-r1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sci-biology/mothur') 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 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() { -- cgit v1.2.3-65-gdbad