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:
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 ---