From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60046) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRQZ0-0007ei-PW for guix-patches@gnu.org; Wed, 22 Apr 2020 21:22:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jRQZ0-0007L0-Ce for guix-patches@gnu.org; Wed, 22 Apr 2020 21:22:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42122) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jRQYz-0007Jx-W4 for guix-patches@gnu.org; Wed, 22 Apr 2020 21:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jRQYz-0006Te-QO for guix-patches@gnu.org; Wed, 22 Apr 2020 21:22:01 -0400 Subject: [bug#40752] gnu: Add eject. Resent-Message-ID: Date: Wed, 22 Apr 2020 21:21:10 -0400 From: Raghav Gururajan Message-ID: <20200422212110.0b1e978b.raghavgururajan@disroot.org> In-Reply-To: <20200422085501.161d6605@scratchpost.org> References: <20200421162206.527fd8c8.raghavgururajan@disroot.org> <20200422085501.161d6605@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 40752@debbugs.gnu.org Hi Danny! > Hmm, how is this different to util-linux's eject ? There is no difference, but for some reason SpaceFM use this as dependency. This is has been packaged for the sole purpose of SpaceFM (#40753). :-) Regards, RG.