diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 14:26:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-02 14:26:01 +0000 |
commit | 287e94e9711534dc70557594984d207bfe83753f (patch) | |
tree | 6ff01b0dd9789d78e3b0b892d961dbcff5519859 /app-sci/bioperl | |
parent | Version bumps for uclinux-sources; bug #47881. (diff) | |
download | historical-287e94e9711534dc70557594984d207bfe83753f.tar.gz historical-287e94e9711534dc70557594984d207bfe83753f.tar.bz2 historical-287e94e9711534dc70557594984d207bfe83753f.zip |
Fix use invocation
Diffstat (limited to 'app-sci/bioperl')
-rw-r--r-- | app-sci/bioperl/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-sci/bioperl/bioperl-1.2.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-sci/bioperl/ChangeLog b/app-sci/bioperl/ChangeLog index 28e158ed2d73..1b1bdbb999a9 100644 --- a/app-sci/bioperl/ChangeLog +++ b/app-sci/bioperl/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for app-sci/bioperl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.12 2004/05/05 18:02:55 sediener Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/ChangeLog,v 1.13 2004/06/02 14:19:44 agriffis Exp $ + + 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> bioperl-1.2.2.ebuild, + bioperl-1.2.3.ebuild: + Fix use invocation + 05 May 2004; Stephen Diener <sediener@gentoo.org> bioperl-1.4.ebuild: bumped 1.4 to stable diff --git a/app-sci/bioperl/bioperl-1.2.2.ebuild b/app-sci/bioperl/bioperl-1.2.2.ebuild index ca7ac45a0f28..49518c85ddcc 100644 --- a/app-sci/bioperl/bioperl-1.2.2.ebuild +++ b/app-sci/bioperl/bioperl-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.2.ebuild,v 1.5 2004/04/19 22:48:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.2.ebuild,v 1.6 2004/06/02 14:19:44 agriffis Exp $ inherit perl-module eutils CATEGORY="app-sci" @@ -37,7 +37,7 @@ src_unpack() { unpack ${A} cd ${S} # remove interactiveness - [ -n "`use mysql`" ] && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch + use mysql && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch # want man pages in addition to perldoc documentation?? #epatch ${FILESDIR}/domanpages-${PV}.patch } diff --git a/app-sci/bioperl/bioperl-1.2.3.ebuild b/app-sci/bioperl/bioperl-1.2.3.ebuild index 29730ed2150f..92f3ab94fb14 100644 --- a/app-sci/bioperl/bioperl-1.2.3.ebuild +++ b/app-sci/bioperl/bioperl-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.3.ebuild,v 1.5 2004/04/19 22:48:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/bioperl/bioperl-1.2.3.ebuild,v 1.6 2004/06/02 14:19:44 agriffis Exp $ inherit perl-module eutils @@ -38,7 +38,7 @@ src_unpack() { unpack ${A} cd ${S} # remove interactiveness - [ -n "`use mysql`" ] && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch + use mysql && epatch ${FILESDIR}/biodbgff-enable-${PV}.patch # want man pages in addition to perldoc documentation?? #epatch ${FILESDIR}/domanpages-${PV}.patch } |