diff options
author | 2004-03-20 02:57:22 +0000 | |
---|---|---|
committer | 2004-03-20 02:57:22 +0000 | |
commit | 0046f2042b60f6125f82a88e6abf43b42027be0c (patch) | |
tree | 4cff16eacb009f9cc27c3412361134c59ce43c2c /dev-perl | |
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')
-rw-r--r-- | dev-perl/Bio-Das/Bio-Das-0.93.ebuild | 10 | ||||
-rw-r--r-- | dev-perl/Bio-Das/ChangeLog | 7 |
2 files changed, 10 insertions, 7 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" diff --git a/dev-perl/Bio-Das/ChangeLog b/dev-perl/Bio-Das/ChangeLog index 4e208713d486..3a565b355c81 100644 --- a/dev-perl/Bio-Das/ChangeLog +++ b/dev-perl/Bio-Das/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Bio-Das -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.1 2004/01/09 21:27:06 sediener Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-Das/ChangeLog,v 1.2 2004/03/20 02:57:22 esammer Exp $ + + 19 Mar 2004; Eric Sammer <esammer@gentoo.org> Bio-Das-0.93.ebuild: + Fixed category-less dependencies as per bug #45110 *Bio-Das-0.93 (09 Jan 2004) |