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

Bug 34566

Summary: media-tv/nvtv
Product: Gentoo Linux Reporter: Spider (RETIRED) <spider>
Component: [OLD] UnspecifiedAssignee: Television related Applications in Gentoo's Portage <media-tv>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.4   
Hardware: All   
OS: All   
URL: http://article.gmane.org/gmane.linux.gentoo.devel/13992
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 34553    

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.