Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34566 - media-tv/nvtv
Summary: media-tv/nvtv
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL: http://article.gmane.org/gmane.linux....
Whiteboard:
Keywords:
Depends on:
Blocks: 34553
  Show dependency tree
 
Reported: 2003-11-27 16:14 UTC by Spider (RETIRED)
Modified: 2003-12-07 08:12 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 Spider (RETIRED) gentoo-dev 2003-11-27 16:14:26 UTC
Bad dependency tracking.

        gtk? ( =x11-libs/gtk+-1.2* )
        gtk2? ( =x11-libs/gtk+-2* )



        if use gtk2; then
                myconf="${myconf} --with-gtk=gtk2"
        elif use gtk; then
                myconf="${myconf} --with-gtk=gtk1"
        else
                myconf="${myconf} --without-gtk";
        fi
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-04 09:57:14 UTC
fixed in portage.