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 7126E1381F3 for ; Sat, 21 Sep 2013 10:27:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 241C7E0B88; Sat, 21 Sep 2013 10:27:23 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07678E0831 for ; Sat, 21 Sep 2013 10:27:21 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id ez12so501684wid.3 for ; Sat, 21 Sep 2013 03:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ZdTQIL5PcED2Z3Mz4XFIPUwyIFJa0eRCCcIAebyKhPI=; b=EotLsJQzlzymSJDoUBiqqi/jHntXjmEQCQ81wUGSl2k3SynsKop8z7qcyQDOj35ye4 1I0168q9yxsI+Thap7P1yg8PkzsOVLcIs2qwcrKSYGNMGAdOgGWQAYmjgeoT5+cjFTLh EyuB8LX48J8lIgBuXfxgdOaqs2wOzpS4XIgFXDndbr+j+fUO2CQi42F5npHJ3MpiqPur 3tLkri1jR9VydPzTKiPimXek3GPWUL6V72+ON9yBAhY5BW7bZJb4tWVll+3qBlrA6qal SJMkV7R7NW519OEhGrQOmOcHVDvjC7ZlkOur8dy5CnuVM7xGzjoTRE9mbgNI1nu4Dhki 4Wfw== X-Received: by 10.194.21.131 with SMTP id v3mr95375wje.44.1379759240657; Sat, 21 Sep 2013 03:27:20 -0700 (PDT) Received: from [192.168.1.5] (213-154-212-42.static.vega-ua.net. [213.154.212.42]) by mx.google.com with ESMTPSA id ey2sm10989201wib.5.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 21 Sep 2013 03:27:20 -0700 (PDT) Message-ID: <523D7490.6080204@gmail.com> Date: Sat, 21 Sep 2013 13:27:28 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130831 Thunderbird/17.0.8 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 To: Gentoo mailing list Subject: [gentoo-user] re: emerge --depclean [gentoo-sources] Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d2ba8b25-ad20-4704-a247-ebf289584db2 X-Archives-Hash: 3243be85a05fb846ebdb58f3fab8da3e emerge --depclean wants to remove the gentoo-sources for my old kernel [sys-kernel/gentoo-sources-3.8.13] which I want to hang on to for the time being. Is there a way to instruct emerge not to remove them? emerge(1) Packages that are part of the world set will always be kept. They can be manually added to this set with emerge --noreplace . If I understood the instruction above, 'emerge --noreplace sys-kernel/gentoo-sources-3.8.13' should have added 'gentoo-sources' to /var/lib/portage/world_sets, which it didn't seem to do. box0 src # emerge --noreplace sys-kernel/gentoo-sources-3.8.13 !!! 'sys-kernel/gentoo-sources-3.8.13' is not a valid package atom. !!! Please check ebuild(5) for full details. box0=; ls -l `pwd`/world* -rw-r--r-- 1 root portage 920 Sep 20 20:45 /var/lib/portage/world -rw-r--r-- 1 root portage 0 Sep 20 20:45 /var/lib/portage/world_sets Or is it a matter of defining something like this: CONFIG_PROTECT_MASK="/usr/src/linux-3.8.13-gentoo" in /etc/portage/make.conf? Any pointers would be much appreciated.