Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34290 - repoman complaining about DEPEND.BAD
Summary: repoman complaining about DEPEND.BAD
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High blocker (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 14:43 UTC by Stuart Herbert (RETIRED)
Modified: 2011-10-30 22:18 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 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 ;)