Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14520 - Jam requires unzip to install, but it is not in the DEPEND
Summary: Jam requires unzip to install, but it is not in the DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Low minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-24 20:43 UTC by Shane Hyde
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shane Hyde 2003-01-24 20:43:00 UTC
Unzip needs to be installed to install jam.  If it is not installed the ebuild 
fails. 
 
*** portage/dev-util/jam/jam-2.4.ebuild Sat Dec 28 11:05:38 2002 
--- portage.local/dev-util/jam/jam-2.4.ebuild   Sat Jan 25 13:36:21 2003 
*************** LICENSE="as-is" 
*** 13,19 **** 
  SLOT="0" 
  KEYWORDS="x86" 
 
! DEPEND="dev-util/yacc" 
 
  src_compile() { 
        # The bootstrap makefile assumes ${S} is in the path 
--- 13,19 ---- 
  SLOT="0" 
  KEYWORDS="x86" 
 
! DEPEND="dev-util/yacc app-arch/unzip" 
 
  src_compile() { 
        # The bootstrap makefile assumes ${S} is in the path