From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SrcmH-0002HV-US for garchives@archives.gentoo.org; Wed, 18 Jul 2012 22:31:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C717DE05E8; Wed, 18 Jul 2012 22:31:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9947BE05E8 for ; Wed, 18 Jul 2012 22:31:20 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BB321B400E for ; Wed, 18 Jul 2012 22:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C4925E5434 for ; Wed, 18 Jul 2012 22:31:18 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1342650667.bed3e06406fd63abc5d37a687494056062129851.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/update.py X-VCS-Directories: pym/portage/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: bed3e06406fd63abc5d37a687494056062129851 X-VCS-Branch: master Date: Wed, 18 Jul 2012 22:31:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 24274cb0-f8e7-4976-8275-9bee3d586f50 X-Archives-Hash: 708fc7fc2bda98436f683e110ed186d0 commit: bed3e06406fd63abc5d37a687494056062129851 Author: Zac Medico gentoo org> AuthorDate: Wed Jul 18 22:31:07 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jul 18 22:31:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dbed3e064 slotmove: update comment about EAPI 4-slot-abi --- pym/portage/update.py | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/pym/portage/update.py b/pym/portage/update.py index da8503e..121e957 100644 --- a/pym/portage/update.py +++ b/pym/portage/update.py @@ -212,9 +212,7 @@ def parse_updates(mycontent): invalid_slot =3D True break if "/" in slot: - # Don't support EAPI 4-slot-abi style SLOT in slotmove - # yet, since the relevant code isn't aware of EAPI yet - # (see bug #426476). + # EAPI 4-slot-abi style SLOT is currently not supported. invalid_slot =3D True break =20