Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 34290

Summary: repoman complaining about DEPEND.BAD
Product: Portage Development Reporter: Stuart Herbert (RETIRED) <stuart>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stuart Herbert (RETIRED) gentoo-dev 2003-11-24 14:43:07 UTC
I'm getting the following error from repoman, when trying to QA and commit a new ebuild for nxserver-personal:

  DEPEND.bad           1
   net-misc/nxserver-personal/nxserver-personal-1.3.0_beta2.ebuild: ['=net-misc/nxproxy-1.3.0_beta2', '=net-misc/nxssh-1.3.0_beta2']
  RDEPEND.bad          1
   net-misc/nxserver-personal/nxserver-personal-1.3.0_beta2.ebuild: ['=net-misc/nxproxy-1.3.0_beta2', '=net-misc/nxssh-1.3.0_beta2']

Here are the relevant lines from the ebuild:

DEPEND="$DEPEND
    !net-misc/nxserver-business
    !net-misc/nxserver-personal
    =net-misc/nxssh-1.3.0_beta2
    =net-misc/nxproxy-1.3.0_beta2"

net-misc/nxssh and net-misc/nxproxy both exist, and have no syntax errors.  What am I doing wrong?  Or is this a bug in repoman?
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2003-11-24 20:05:03 UTC
ACCEPT_KEYWORDS is for make.conf ;)