From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-992796-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 727D4138806
	for <garchives@archives.gentoo.org>; Mon, 25 Dec 2017 11:00:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AED13E0DD0;
	Mon, 25 Dec 2017 11:00:40 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 82AA9E0DD0
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 11:00:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3FDF133BEF4
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 11:00:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BD7D747C
	for <gentoo-commits@lists.gentoo.org>; Mon, 25 Dec 2017 11:00:37 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1514192879.dc4ab563af1a171e4cf04b4e9dc0e0af57f7a40f.ulm@gentoo>
Subject: [gentoo-commits] proj/eselect:master commit in: /
X-VCS-Repository: proj/eselect
X-VCS-Files: ChangeLog
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: dc4ab563af1a171e4cf04b4e9dc0e0af57f7a40f
X-VCS-Branch: master
Date: Mon, 25 Dec 2017 11:00:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2d430091-9c75-4293-b153-d111a4bb6e5d
X-Archives-Hash: 689881a33f407058fb76d181af41a0b9

commit:     dc4ab563af1a171e4cf04b4e9dc0e0af57f7a40f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 09:07:59 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 09:07:59 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=dc4ab563

Add reference to bug 640386 to ChangeLog.

 ChangeLog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 627fa10..a8d3693 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,7 +14,8 @@
 2017-05-06  Ulrich Müller  <ulm@gentoo.org>
 
 	* modules/kernel.eselect (do_set): Don't remove the old symlink
-	before we know that we have a valid new target. Simplify.
+	before we know that we have a valid new target, bug 640386.
+	Simplify.
 	(set_symlink): Check if the new link target is valid, then remove
 	any old symlink, then set the new one.
 	(remove_symlink): Use rm -f.