From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89DA41381F3 for ; Tue, 9 Jul 2013 22:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16CDDE0AEE; Tue, 9 Jul 2013 22:50:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4494EE0AF4 for ; Tue, 9 Jul 2013 22:50:31 +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 362C833E966 for ; Mon, 8 Jul 2013 22:47:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D1467E468F for ; Mon, 8 Jul 2013 22:47:57 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373271163.5e0459d05a23a44110fdc0342d7e5c8fd566ee80.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/overlay/pkgdir/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/overlay/pkgdir/packagedir_base.py X-VCS-Directories: roverlay/overlay/pkgdir/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 5e0459d05a23a44110fdc0342d7e5c8fd566ee80 X-VCS-Branch: gsoc13/next Date: Mon, 8 Jul 2013 22:47:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fecf2089-2704-4e53-a288-ebeae73ba3eb X-Archives-Hash: 01fc9a51cf45ba600b84961f0a3dfc5d commit: 5e0459d05a23a44110fdc0342d7e5c8fd566ee80 Author: André Erdmann mailerd de> AuthorDate: Mon Jul 8 08:12:43 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Jul 8 08:12:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=5e0459d0 reenable --write-immediate As ebuild creation is now complete _after_ validating selfdeps, --write-immediate is no longer blocked by it. --- roverlay/overlay/pkgdir/packagedir_base.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roverlay/overlay/pkgdir/packagedir_base.py b/roverlay/overlay/pkgdir/packagedir_base.py index 3c28703..63adfb4 100644 --- a/roverlay/overlay/pkgdir/packagedir_base.py +++ b/roverlay/overlay/pkgdir/packagedir_base.py @@ -384,10 +384,6 @@ class PackageDirBase ( object ): self._need_metadata = True self.modified = True if self.runtime_incremental: - raise Exception ( - '--write-immediate is currently not available ' - '(blocked by selfdep reduction).' - ) with self._lock: return self.write_ebuilds ( overwrite=False ) else: