Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
app-admin/keepassx-0.2.2 needs qt3 support, so if you only have qt4, you need the qt3support use flag when emerging qt. Kind of time expensive to have to re-emerge qt4. # emerge --info Portage 2.1.2_rc3-r5 (default-linux/x86/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r1 i686) ================================================================= System uname: 2.6.19-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz Gentoo Base System version 1.12.7 Last Sync: Thu, 14 Dec 2006 15:30:01 +0000 dev-lang/python: 2.4.4 dev-python/pycrypto: 2.0.1-r5 sys-apps/sandbox: 1.2.17 sys-devel/autoconf: 2.13, 2.61 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.13-r3 sys-devel/libtool: 1.5.22 virtual/os-headers: 2.6.17-r2 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo" CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks fixpackages metadata-transfer sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LINGUAS="en" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acpi alsa apache2 avi berkdb bitmap-fonts cairo cdr cli cpudetection cracklib crypt cups dbus dlloader dri dvd dvdr eds elibc_glibc encode esd fam firefox fortran gdbm gif gimpprint glitz gmail gmailtimestamps gstreamer gtk gtk2 hal iconv input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 jpeg kde kernel_linux ldap libg++ linguas_en logrotate mad mikmod mp3 mpeg mysql ncurses nls nptl nptlonly ogg openal opengl oss pam pcre pdflib pdo perl php png ppds python qt3 qt4 quicktime readline reflection sdl session spell spl sql sse sse2 ssl startup-notification tcpd truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_i740 video_cards_i810 video_cards_vesa visualization vorbis win32codecs wma x86 xine xinerama xml xorg xosd xrandr xscreensaver xv zlib" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Thanks for the report, fixed in CVS now
*** Bug 158818 has been marked as a duplicate of this bug. ***
Erm, the check is broken :) -if has_version >=x11-libs/qt-4.2.2 && built_with_use qt qt3support; then +if has_version >=x11-libs/qt-4.2.2 && ! built_with_use qt qt3support; then
What a stupid mistake...fixed for sure.