Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 166066 - media-sound/amarok-1.4* defines dependencies in a strange way
Summary: media-sound/amarok-1.4* defines dependencies in a strange way
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 13:09 UTC by Benoît Knecht
Modified: 2007-02-09 13:43 UTC (History)
1 user (show)

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