diff options
author | Eric Sammer <esammer@gentoo.org> | 2004-03-20 02:57:22 +0000 |
---|---|---|
committer | Eric Sammer <esammer@gentoo.org> | 2004-03-20 02:57:22 +0000 |
commit | 0046f2042b60f6125f82a88e6abf43b42027be0c (patch) | |
tree | 4cff16eacb009f9cc27c3412361134c59ce43c2c /dev-perl/Bio-Das/Bio-Das-0.93.ebuild | |
parent | Fixed category-less dependencies as per bug #45110 (diff) | |
download | gentoo-2-0046f2042b60f6125f82a88e6abf43b42027be0c.tar.gz gentoo-2-0046f2042b60f6125f82a88e6abf43b42027be0c.tar.bz2 gentoo-2-0046f2042b60f6125f82a88e6abf43b42027be0c.zip |
Fixed category-less dependencies as per bug #45110
Diffstat (limited to 'dev-perl/Bio-Das/Bio-Das-0.93.ebuild')
-rw-r--r-- | dev-perl/Bio-Das/Bio-Das-0.93.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-perl/Bio-Das/Bio-Das-0.93.ebuild b/dev-perl/Bio-Das/Bio-Das-0.93.ebuild index fceb1634db3f..e645eb325238 100644 --- a/dev-perl/Bio-Das/Bio-Das-0.93.ebuild +++ b/dev-perl/Bio-Das/Bio-Das-0.93.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-0.93.ebuild,v 1.1 2004/01/09 21:27:06 sediener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/Bio-Das-0.93.ebuild,v 1.2 2004/03/20 02:57:22 esammer Exp $ inherit perl-module -DEPEND=">=Compress-Zlib-1.0 - >=HTML-Parser-3 - >=libwww-perl-5 - >=MIME-Base64-2.12 +DEPEND=">=dev-perl/Compress-Zlib-1.0 + >=dev-perl/HTML-Parser-3 + >=dev-perl/libwww-perl-5 + >=dev-perl/MIME-Base64-2.12 " DESCRIPTION="Interface to Distributed Annotation System" |