From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 82A721382C5 for ; Sat, 24 Mar 2018 15:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D073CE0874; Sat, 24 Mar 2018 15:25:23 +0000 (UTC) Received: from tsukuyomi.43-1.org (tsukuyomi.43-1.org [188.40.248.50]) (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 71E2FE084E for ; Sat, 24 Mar 2018 15:25:23 +0000 (UTC) From: Matthias Maier To: Michal Privoznik Cc: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: [PATCH] app-emulation/virt-manager-9999: Drop python2 support In-Reply-To: <2c6714c1ad32f60dce6fe4e8220a4b166a6c910b.1521885735.git.mprivozn@redhat.com> (Michal Privoznik's message of "Sat, 24 Mar 2018 11:02:15 +0100") References: <2c6714c1ad32f60dce6fe4e8220a4b166a6c910b.1521885735.git.mprivozn@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Date: Sat, 24 Mar 2018 10:25:16 -0500 Message-ID: <87lgehxzqb.fsf@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: 7af64cd2-83c9-44d8-8bad-2be30a5e7b96 X-Archives-Hash: ca9aa03a4c744cf324598a15ffa0a2f1 Applied. Thanks! On Sat, Mar 24, 2018, at 05:02 CDT, Michal Privoznik wrote: > With upstream commit of bd891eb380cdf771f0296a39193614a10749088b > virt-manager is strictly python3 only. Update the ebuild to > follow this change. > > Signed-off-by: Michal Privoznik > > [...] commit 0e6753f646fc079ae499aaef034d1a7bdeb94467 (HEAD -> master, origin/master, origin/HEAD) Author: Michal Privoznik Date: Sat Mar 24 11:02:15 2018 +0100 app-emulation/virt-manager-9999: Drop python2 support With upstream commit of bd891eb380cdf771f0296a39193614a10749088b virt-manager is strictly python3 only. Update the ebuild to follow this change. Closes: https://bugs.gentoo.org/650790 Closes: https://bugs.gentoo.org/647376 Signed-off-by: Michal Privoznik Signed-off-by: Matthias Maier