I think xchat USE flag should not require only official xchat. There is xchat-gnome frontend too. When enable xchat USE flag and try to "emerge -uDavN world" it shows xchat as blocked dependency ( [blocks B ] net-irc/xchat-gnome (is blocking net-irc/xchat-2.6.0) ). Most plugins designed for official xchat works with xchat-gnome too. It's new, but quite pretty and stable. Reproducible: Always Steps to Reproduce: 1. emerge xchat-gnome 2. enable xchat USE flag 3. emerge -uDpvN world Actual Results: Calculating world dependencies ...done! [blocks B ] net-irc/xchat-gnome (is blocking net-irc/xchat-2.6.0) [ebuild N ] net-irc/xchat-2.6.0 +dbus -ipv6 +mmx +nls +perl +python +ssl - tcltk -xchatnogtk -xchattext 0 kB Expected Results: don't require xchat if xchat-gnome installed emerge --info Portage 2.0.53_rc7 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r3, 2.6.14-gentoo i686) ================================================================= System uname: 2.6.14-gentoo i686 Intel(R) Celeron(R) CPU 2.00GHz Gentoo Base System version 1.12.0_pre10 ccache version 2.4 [enabled] dev-lang/python: 2.3.5-r2, 2.4.2 sys-apps/sandbox: 1.2.13 sys-devel/autoconf: 2.13, 2.59-r7 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.20-r1 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O3 -march=pentium4 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ ftp://ftp.dtiltas.lt/mirror/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/" LC_ALL="lt_LT.utf8" LINGUAS="lt" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 X a52 aac aalib acpi alsa apm artworkextra audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cdparanoia cdr chroot crypt curl dbus dv dvd dvdread eds emboss encode exif expat fam ffmpeg firefox flac foomaticdb fortran gd gdbm gif glut gnome gnutls gpm gstreamer gtk gtk2 hal idn imagemagick imlib irssi java javascript jpeg lame lcms libg++ libwww live logrotate mad matroska mikmod mjpeg mmx mmxext mng motif mozilla mp3 mpeg mplayer nautilus ncurses network nls nptl nsplugin numeric nvidia ogg oggvorbis openal opengl oss pam pcre pdflib perl png python quicktime readline real sdl shorten spell sse sse2 ssl symlink tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vidix vorbis win32codecs wxwindows xchat xine xml xml2 xv xvid zlib linguas_lt userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LDFLAGS, PORTDIR_OVERLAY
Created attachment 73664 [details, diff] Patch to bmpx-0.12.6.1.ebuild It looks like media-sound/bmpx is the only package that uses the 'xchat' USE flag - do you have bmpx installed? If not, can you figure out which package is asking for xchat specifically? The xchat plugin that comes with bmpx (or at least the python one) works with xchat-gnome and the attached patch to the bmpx ebuild should resolve this issue.
Yes, it's bmpx(0.12.6.1) And both perl and python plugins works in xchat-gnome for me with xchat-gnome(0.7)(with v0.6 perl plugin didn't work for me so I manually updated an xchat-gnome ebuild to v0.7). Thank's for the patch.
Comment on attachment 73664 [details, diff] Patch to bmpx-0.12.6.1.ebuild >--- /usr/portage/media-sound/bmpx/bmpx-0.12.6.1.ebuild 2005-11-19 21:35:49.000000000 -0500 >+++ bmpx-0.12.6.1.ebuild 2005-11-26 23:40:39.000000000 -0500 >@@ -28,7 +28,7 @@ > perl? ( dev-lang/perl ) > python? ( dev-lang/python >=dev-python/pygtk-2.8 ) > irssi? ( >=net-irc/irssi-0.8.9 ) >- xchat? ( >=net-irc/xchat-2.4.1 ) >+ xchat? ( || ( >=net-irc/xchat-2.4.1 >=net-irc/xchat-gnome-0.6 ) ) > virtual/fam > net-misc/curl > >=media-libs/xine-lib-1.0.1"
Fixed in -r1, thanks.