--- /usr/portage/media-video/kaffeine/kaffeine-0.6.ebuild 2005-03-21 15:31:54.000000000 +0100 +++ kaffeine-0.6.ebuild 2005-03-27 22:49:47.087755128 +0200 @@ -23,7 +23,10 @@ # See comments in kaffeine/main.cpp. # Probably this is not needed, if >=xorg-x11-6.8.0-r4 # is installed (see bug #75722, #59746). - local myconf="--with-xorg" + # I've tried only with that version of xorg, so i've set for it + if ! has_version '>=x11-base/xorg-x11-6.8.2-r1'; then + local myconf="--with-xorg" + fi kde_src_compile }