From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Odyq6-00040B-1l for garchives@archives.gentoo.org; Wed, 28 Jul 2010 05:05:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E4CE0976; Wed, 28 Jul 2010 05:04:47 +0000 (UTC) Received: from mail-ew0-f53.google.com (mail-ew0-f53.google.com [209.85.215.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 5C685E0976 for ; Wed, 28 Jul 2010 05:04:47 +0000 (UTC) Received: by ewy19 with SMTP id 19so1907377ewy.40 for ; Tue, 27 Jul 2010 22:04:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=bhHk26XxAwQE8mlTQexudr/2twJms03w9tT32XogE8Q=; b=GFys8grmm9QPKkS6d87PusXT2UBNjgFwGYytP2Hu+7I1lfYohkd9z4+NV2UnsVY5Mf XA0uFsZQelGlsh6mEmeKquEjO5ndjuduskT6e/blYkwiO1xqYbMk0w5tZXuptVq3t7f2 5fQACl5/ZcoTQQBSxh+cX+m/h2sFWdhQIOGnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=qZfgPmjnX49/Qtv6FBOz4dLRxooZFuEsJDfOmDQBkI7d2vWScR1z7HbmUthYkBeDcn Ww0UDPTkl8Lq+/2vFxRSCA36EEcp2+qkrm6MKHRk84oanTV+g1A9bRBuTpFKkSIWfYvF ycFyzqodGNZzSA74Eo41I5hZv+RlsFi8zvSV8= Received: by 10.213.108.73 with SMTP id e9mr5537218ebp.36.1280293486668; Tue, 27 Jul 2010 22:04:46 -0700 (PDT) Received: from nazgul.localnet (196-210-183-170.dynamic.isadsl.co.za [196.210.183.170]) by mx.google.com with ESMTPS id v59sm8839096eeh.22.2010.07.27.22.04.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Jul 2010 22:04:45 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] how to remove HAL Date: Wed, 28 Jul 2010 07:01:41 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.34-ck-r1; KDE/4.4.5; x86_64; ; ) References: In-Reply-To: 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" Content-Transfer-Encoding: quoted-printable Message-Id: <201007280701.42227.alan.mckinnon@gmail.com> X-Archives-Salt: 996c2162-1dd6-4875-bb39-21297dfacb29 X-Archives-Hash: c53eba6cedb7c37d0d3d214a92d3389c On Wednesday 28 July 2010 04:44:23 sam new wrote: > Hi All, > As we know, HAL is not used by Xorg for output devices or any other > devices,so I want to remove it completely,I set USE=3D"-hal" in > /etc/make.conf ,and recompile the packages, and also modify=20 > /etc/conf.d/xdm with NEED_HALD=3D"no" =EF=BC=8Cexec rc-update del hal def= ault .All > things goes well ,yesterday,I use emerge to update my world ,in the list > still has a hal package, I don't know why system sitll emerge hal? maybe > dependence =EF=BC=8Cbut I use 'equery d hal' and check packages which de= pend HAL > ,have no idea ,any Suggestions? emerge -avuNDt world to get a tree view of dependencies. That will should just what is causing h= al=20 to be pulled in =2D-=20 alan dot mckinnon at gmail dot com