From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D038913877A for ; Thu, 21 Aug 2014 20:24:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08E0DE079E; Thu, 21 Aug 2014 20:24:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0139E079E for ; Thu, 21 Aug 2014 20:24:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCF583401CC for ; Thu, 21 Aug 2014 20:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8B313A76 for ; Thu, 21 Aug 2014 20:23:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1408652630.29ccb44f30dda0d3be961dcc01d420b182e56a9c.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/portage/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/portage/portage-9999.ebuild X-VCS-Directories: sys-apps/portage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29ccb44f30dda0d3be961dcc01d420b182e56a9c X-VCS-Branch: master Date: Thu, 21 Aug 2014 20:23: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: c08be9d3-6b64-4cfe-b6e5-bd725dfb7f48 X-Archives-Hash: 8b9fb0ae293f75b01ffda15fc7854720 commit: 29ccb44f30dda0d3be961dcc01d420b182e56a9c Author: Michał Górny gentoo org> AuthorDate: Thu Aug 21 20:23:50 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 21 20:23:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=29ccb44f Revert "sys-apps/portage: Install /var/empty for rogue import prevention." This reverts commit 6be095dec171cda37f04586c1ba265251019987f. --- sys-apps/portage/portage-9999.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-apps/portage/portage-9999.ebuild b/sys-apps/portage/portage-9999.ebuild index 3fee385..10bbb32 100644 --- a/sys-apps/portage/portage-9999.ebuild +++ b/sys-apps/portage/portage-9999.ebuild @@ -191,9 +191,6 @@ python_install_all() { # symlink compatibility /usr/lib/portage/bin dosym "${EPYTHON}" /usr/lib/portage/bin - - # used as safe location with no files - keepdir /var/empty } pkg_preinst() {