From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L1XrU-0002Lt-Fp for garchives@archives.gentoo.org; Sun, 16 Nov 2008 02:59:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A018CE01DB; Sun, 16 Nov 2008 02:59:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7C5E7E01DB for ; Sun, 16 Nov 2008 02:59:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6AA996452B for ; Sun, 16 Nov 2008 02:59:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.321 X-Spam-Level: X-Spam-Status: No, score=-3.321 required=5.5 tests=[AWL=0.278, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zzqa5oJ5ZX5U for ; Sun, 16 Nov 2008 02:59:35 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 99463644E1 for ; Sun, 16 Nov 2008 02:59:34 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L1XrD-0001aM-Ue for gentoo-user@gentoo.org; Sun, 16 Nov 2008 02:59:27 +0000 Received: from athedsl-297783.home.otenet.gr ([85.73.210.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2008 02:59:27 +0000 Received: from realnc by athedsl-297783.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 16 Nov 2008 02:59:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] ati-drivers-8.552-r1 is blocking xorg-server Date: Sun, 16 Nov 2008 04:59:21 +0200 Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-297783.home.otenet.gr User-Agent: Thunderbird 2.0.0.17 (X11/20080926) Sender: news X-Archives-Salt: 4994aaaf-2364-4bea-b905-e46cac4e2644 X-Archives-Hash: 7173d23967145a518117c6049ed862e4 I can't figure out how to fix this. emerge ati-drivers gives this: [ebuild N ] x11-drivers/ati-drivers-8.552-r1 USE="acpi -debug" 74,042 kB [blocks B ] x11-drivers/ati-drivers (is blocking x11-base/xorg-server-1.5.2) I'm trying to modify the ebuild: /usr/portage/x11-drivers/ati-drivers/ati-drivers-8.552-r1.ebuild (in my local overlay of course) but I don't see where the block occurs. Can anyone help? The dependencies are the following and I can't figure out why they're blocking xorg-server-1.5.2: RDEPEND="x11-base/xorg-server !x11-apps/ati-drivers-extra >=app-admin/eselect-1.0.9 app-admin/eselect-opengl amd64? ( app-emulation/emul-linux-x86-xlibs ) acpi? ( x11-apps/xauth sys-power/acpid ) x11-libs/libXrandr >=sys-apps/portage-2.1.1-r1" DEPEND="${RDEPEND} x11-proto/xf86miscproto x11-proto/xf86vidmodeproto x11-proto/inputproto"