| Summary: | genlop-0.30 and higher don't need dependency on dev-perl/Time-Duration | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Frank Dörfler <stagie> |
| Component: | New packages | Assignee: | Portage Tools Team <tools-portage> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
it's true, that line can be removed one line patch to do it:
--- genlop-0.30.1.ebuild 2004-06-30 23:25:55.563092864 +0200
+++ genlop-0.30.1.ebuild.ok 2004-06-30 23:26:22.266033400 +0200
@@ -12,7 +12,6 @@
IUSE=""
RDEPEND=">=dev-lang/perl-5.8.0-r12
- >=dev-perl/Time-Duration-1.02
>=dev-perl/DateManip-5.40"
src_install() {
Fixed in CVS, thanks. |
since version 0.30 genlop don't need Perl Module Time::Duration..but it's still in ebuild <snip> RDEPEND=">=dev-lang/perl-5.8.0-r12 >=dev-perl/Time-Duration-1.02 >=dev-perl/DateManip-5.40" </snip> have a look at http://pollycoke.org/genlop.1.html in the REQUIREMENTS section. Reproducible: Always Steps to Reproduce: Expected Results: remove >=dev-perl/Time-Duration-1.02 from ebuild