Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16724 - licq doesn't requeres kde
Summary: licq doesn't requeres kde
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 04:59 UTC by roma1390
Modified: 2003-03-03 11:39 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 roma1390 2003-03-03 04:59:58 UTC
>S> Wy in licq ebuild is seleced that this ebuild need's kde?

# emerge -p licq

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] kde-base/kde-env-3-r2  
[ebuild  N   ] kde-base/arts-1.1.0  
[ebuild  N   ] app-admin/fam-oss-2.6.9-r1  
[ebuild  N   ] app-text/sgml-common-0.6.3-r3  
[ebuild  N   ] dev-libs/libxslt-1.0.20  
[ebuild  N   ] kde-base/kdelibs-3.1-r2  
[ebuild  N   ] net-im/licq-1.2.4-r2  

>S> but don't have/need kde

# USE="-kde" emerge -p licq

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] kde-base/kde-env-3-r2  
[ebuild  N   ] kde-base/arts-1.1.0  
[ebuild  N   ] app-admin/fam-oss-2.6.9-r1  
[ebuild  N   ] app-text/sgml-common-0.6.3-r3  
[ebuild  N   ] dev-libs/libxslt-1.0.20  
[ebuild  N   ] kde-base/kdelibs-3.1-r2  
[ebuild  N   ] net-im/licq-1.2.4-r2  

>S> but after:

# emerge --nodeps licq

>S> licq works corect for me!


Reproducible: Always
Steps to Reproduce:
1.get gentto
2.drop away kde: emerge -C kde*
3.emerge licq

Actual Results:  
we have kde to

Expected Results:  
i want/hate kde

# emerge info
Portage 2.0.47-r7 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20 i686 mobile AMD Athlon(tm) XP 1600+ 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages/marsas"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="directfb gdbm slang ggi -3dfx 3dnow aalib -acl acpi -afs -alsa -apache2 apm
-arts -atlas avi berkdb -bonobo -canna cdr -cjk crypt -cups dga directf -doc dvd
encode esd -etherial -evo -ev6 fbcon flash -freewnn -gb gif -gnome -gphoto2 gpm
-gps gtk gtk2 -gtkhtml -guile -icc -icc-pgo -imap imlib innodb ipv6 -java -jikes
jpeg -junit -kde -kerberos lcms -ldap -leim -libg++ -libgda libwww -matrox
-maildir mbox mikmod mmx motif mozilla mpeg -mule mysql nas ncurses -nls -oav
-oci8 -odbc oggvorbis opengl -oss pam pcmcia pdflib perl pic plotutils png
-postgres python qt qtmt quicktime readline -ruby samba sasl -scanner sdl slan
-slp -snmp -socks5 -spell sse ssl svga tcltk tcpd -tetex tiff -truetype usb
-voodoo3 -wavelan wmf X xface xml xml2 xmms xv -zeo zlib x86"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache userpriv userandbox"
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-03 05:08:59 UTC
USE="-kde -arts" emerge licq (see the USE howto on gentoo.org in the docs section)
Comment 2 roma1390 2003-03-03 06:04:18 UTC
>s> 1. plese read my firs again and again until you find my default USE flags
>s> 2. btw:

# USE="-kde -arts" emerge -p licq

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] kde-base/kde-env-3-r2  
[ebuild  N   ] kde-base/arts-1.1.0  
[ebuild  N   ] app-admin/fam-oss-2.6.9-r1  
[ebuild  N   ] app-text/sgml-common-0.6.3-r3  
[ebuild  N   ] dev-libs/libxslt-1.0.20  
[ebuild  N   ] kde-base/kdelibs-3.1-r2  
[ebuild  N   ] net-im/licq-1.2.4-r2  
Comment 3 matrixise 2003-03-03 06:22:50 UTC
and USE="-qt" ?

DEPEND="${DEPEND}
    ssl? ( >=dev-libs/openssl-0.9.6 )
    qt?  ( >=x11-libs/qt-3.0.0 )
    gtk? ( =x11-libs/gtk+-1.2* )
    ncurses? ( sys-libs/ncurses )"


Comment 4 roma1390 2003-03-03 11:39:34 UTC
yes -qt help, but --nodeps works to :) (with qt and without kde)