From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD53F138CC4 for ; Sun, 29 Mar 2015 12:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6AE8E0929; Sun, 29 Mar 2015 12:39:48 +0000 (UTC) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88CE3E091D for ; Sun, 29 Mar 2015 12:39:47 +0000 (UTC) Received: by ignm3 with SMTP id m3so56967765ign.0 for ; Sun, 29 Mar 2015 05:39:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=+5SitoKGJ3TUdEVrkuzVtVe9FOeg2doAs0eKloE7eJ4=; b=eq5fQ7wb3G3010WHWIKsuA1QdIhKr/SPP+VpiCEDwZq3wS8GsJa0jbVTP/k6t/YLJX wOCKOxDuppdZrR3dFcslTeE2sCEgKDgG62Gx8E8yQsacj/7Hn0xvGObrAWKLrpI+OUJN PYH/VLI09eY2g0ZUFr7nmIOsqQV8znjHZYLJ2ouVLZ+8aU1lNOfGiTo7H57h+g6nEnYH t2f5U0mrcYFVK5NpkjSIrYIp6hmy45mcQZ6n6dh7sUHrDRViysvXDtfvq+aPyV1SwYhc KzgtJ++CevecZ8e6gItVtJzBhC+CC2vhvcPZpYeOg+002wjPoflODlIWciovwXPltKxy QwDg== 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 X-Received: by 10.107.38.17 with SMTP id m17mr5719571iom.84.1427632786792; Sun, 29 Mar 2015 05:39:46 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.107.48.198 with HTTP; Sun, 29 Mar 2015 05:39:46 -0700 (PDT) In-Reply-To: <5517CCCC.90800@seismic.de> References: <5517CCCC.90800@seismic.de> Date: Sun, 29 Mar 2015 08:39:46 -0400 X-Google-Sender-Auth: NF362g08jj6hzS9tV0cmvvMx1Ls Message-ID: Subject: Re: [gentoo-user] This nite's switch to "full multilib" From: Rich Freeman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: e79b92bc-699d-4cb7-b9ea-63980d8a23fe X-Archives-Hash: b49baa4cd4a6354b8667e4a1294eea42 On Sun, Mar 29, 2015 at 5:58 AM, Yanestra wrote: > > just one question: I had a working system yesterday afternoon, but after > the latest eix-sync my mask settings get ignored and the whole system is > about to be updated. > > I have read the news message, and I am baffled. What can I do to keep my > working system as it is? > If you want more specific instructions than provided by the news item, you'll need to provide more specific details about what is happening to you and what you want to have happen. If your goal is to keep running on the old emul-linux-x86-* packages, then you'll have to maintain them and anything that uses them in your own overlay, which will be a lot of work. Support for them in-tree is being dropped. If you just want to keep your system working using x86 support in the native packages then you probably need to let emerge update your config files to add about 100 use flag accepts. You might also have a package or two which stubbornly refused to do the right thing (wine had the wrong defaults in the tree, and it looks like android-sdk-update-manager needs some love as well which I'll take care of once I confirm how it should act). There are probably other packages in the tree with problems. -- Rich