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

Bug 166066

Summary: media-sound/amarok-1.4* defines dependencies in a strange way
Product: Gentoo Linux Reporter: Benoît Knecht <benoit.knecht>
Component: New packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: hkbst
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Benoît Knecht 2007-02-09 13:09:01 UTC
amarok ebuilds define dependencies like this:
  RDEPEND="some_dependencies"
  DEPEND="${RDEPEND}"
  RDEPEND="${RDEPEND}
    more_dependencies"
It seems equivalent to:
  DEPEND="some_dependencies"
  RDEPEND="${DEPEND}
    more_dependencies"
which is cleaner and easier to understand. If I'm not missing something that would make the first option better, could someone please change this?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-09 13:31:41 UTC
You are apparently bored, right? Please, stop bugging us with non-issues.
:S
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-02-09 13:43:58 UTC
From time to time there has been build-only dependencies, and this format stuck for that ebuild, I'm not going to change it right now, it works for me.