Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388649 - net-misc/mikutter pulls dev-lang/ruby:1.8 even if RUBY_TARGETS="ruby18" is not set.
Summary: net-misc/mikutter pulls dev-lang/ruby:1.8 even if RUBY_TARGETS="ruby18" is no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-27 09:11 UTC by Tomoh K.
Modified: 2011-10-28 22:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposal patch for mikutter-9999.ebuild (mikutter-9999.ebuild.patch,456 bytes, patch)
2011-10-27 09:11 UTC, Tomoh K.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoh K. 2011-10-27 09:11:18 UTC
Created attachment 290997 [details, diff]
Proposal patch for mikutter-9999.ebuild

Steps to reproduce:
1. Set RUBY_TARGETS="ruby19"
2. emerge net-misc/mikutter

Actual Results:
mikutter pulls dev-lang/ruby:1.8
$ emerge --pretend --verbose --tree net-misc/mikutter::gentoo

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   *] net-misc/mikutter-9999  USE="libnotify sound -test" RUBY_TARGETS="ruby19 -ruby18" 0 kB [1=>0]
[ebuild  NS    ]  dev-lang/ruby-1.8.7_p352 [1.9.3_rc1] USE="berkdb gdbm ipv6 ncurses readline ssl threads -debug -doc -examples -libedit -rubytests -socks5 -tk -xemacs" 0 kB [0]

Total: 2 packages (1 in new slot, 1 reinstall), Size of downloads: 0 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /home/tomo/Overlay

Expected results:
mikutter doesn't pull unneeded ruby implementations.

A patch for mikutter-9999.ebuild is attached.
Comment 1 Naohiro Aota gentoo-dev 2011-10-28 22:51:34 UTC
Fixed in CVS. Thanks.