| Summary: | twiki ebuild should require unzip to be installed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | David <david> |
| Component: | New packages | Assignee: | Gentoo Web Application Packages Maintainers <web-apps> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Its no difference which version of unzip is that, so this little change in
ebuild should take care of everything.
--- CUT ---
RDEPEND=">=dev-lang/perl-5.8
perl-core/CGI
dev-perl/libnet
>=app-text/rcs-5.7
sys-apps/diffutils
virtual/cron
=net-www/apache-1*
# apache2 is not supported, see twiki documentation
app-arch/unzip"
--- CUT ---
Fixed in CVS, thanks. |
Without unzip installed, twiki fails to install. This could be confusing for people. ">>> Unpacking source... >>> Unpacking TWiki20041030beta.zip to /var/tmp/portage/twiki-20041030-r1/work /usr/lib/portage/bin/ebuild.sh: line 371: unzip: command not found" I suggest modifying RDEPEND so that it depends on app-arch/unzip too. Reproducible: Always Steps to Reproduce: