Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129327 - media-gfx/xli-1.17.0-r2.ebuild uses rman which is not a dependancy
Summary: media-gfx/xli-1.17.0-r2.ebuild uses rman which is not a dependancy
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-09 03:33 UTC by Rincewind
Modified: 2006-04-09 09:09 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 Rincewind 2006-04-09 03:33:01 UTC
media-gfx/xli-1.17.0-r2 wont compile if rman is not installed, should be a dependancy
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-09 03:40:19 UTC
RDEPEND="|| ( x11-libs/libXext virtual/x11 )
        >=sys-libs/zlib-1.1.4
        >=media-libs/libpng-1.0.5
        >=media-libs/jpeg-6b-r2
        app-arch/bzip2"
DEPEND="${RDEPEND}
        || ( ( x11-proto/xextproto
                        x11-misc/imake
                        app-text/rman
                )
                virtual/x11
        )"

Reopen with 'emerge -pv virtual/x11' and 'grep -Rni "virtual/x11" /etc/portage'  output.
Comment 2 Rincewind 2006-04-09 08:48:05 UTC
Hmmm... 

Here is the info 

[ebuild   R   ] virtual/x11-7.0-r1 

grep -Rni "virtual/x11" /etc/portage
/etc/portage/package.unmask:430:>=virtual/x11-7.0
/etc/portage/profiles/virtuals:1:virtual/x11 >=xorg-x11-7.0.0_rc3
/etc/portage/package.provided:1:virtual/x11-7.0
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-04-09 09:09:48 UTC
(In reply to comment #2)
> grep -Rni "virtual/x11" /etc/portage
> /etc/portage/package.unmask:430:>=virtual/x11-7.0
> /etc/portage/profiles/virtuals:1:virtual/x11 >=xorg-x11-7.0.0_rc3
> /etc/portage/package.provided:1:virtual/x11-7.0

Don't do this, ever. It breaks dependencies.  

Closing.