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 1NrCK5-0007Rp-Ew for garchives@archives.gentoo.org; Mon, 15 Mar 2010 15:35:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB8A4E07D4; Mon, 15 Mar 2010 15:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 90B60E07D4 for ; Mon, 15 Mar 2010 15:34:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 38E136793B for ; Mon, 15 Mar 2010 15:34:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.018 X-Spam-Level: X-Spam-Status: No, score=-3.018 required=5.5 tests=[AWL=-0.419, BAYES_00=-2.599] 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 lru8Z9luEVIA for ; Mon, 15 Mar 2010 15:34:22 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id BAFEF1B4070 for ; Mon, 15 Mar 2010 15:34:21 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NrCJ4-0004AF-8U for gentoo-user@gentoo.org; Mon, 15 Mar 2010 16:34:14 +0100 Received: from athedsl-395147.home.otenet.gr ([79.131.95.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Mar 2010 16:34:14 +0100 Received: from realnc by athedsl-395147.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Mar 2010 16:34:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: wine cannot compile with jpeg flag Date: Mon, 15 Mar 2010 17:34:00 +0200 Organization: Lucas Barks Message-ID: References: <53e35fd51003150806j192c2afer6ca71cb58d3db478@mail.gmail.com> 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@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-395147.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100307 Thunderbird/3.0.3 In-Reply-To: <53e35fd51003150806j192c2afer6ca71cb58d3db478@mail.gmail.com> X-Archives-Salt: d9983789-894e-438c-8344-3f4b9ce76e30 X-Archives-Hash: ee80967d78e5698fb1418dea3afb6ce0 On 03/15/2010 05:06 PM, Xi Shen wrote: > hi, > > i have enabled 'jpeg' flag in my /etc/make.conf, but i still cannot > compile wine with jpeg support, and i really need this feature. > > the output of emerge -pv wine shows '(-jpeg)'. i think it is masked by > profile. i then created '/etc/portage/profile/package.use.force', and > putted 'app-emulation/wine jpeg' in it, but i still cannot compile > wine with jpeg support. > > please help. USE flags are unmasked in /etc/portage/profile/package.use.mask. Put this in it: app-emulation/wine -jpeg