summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-21 22:23:50 +0200
committerMichał Górny <mgorny@gentoo.org>2014-08-21 22:23:50 +0200
commit29ccb44f30dda0d3be961dcc01d420b182e56a9c (patch)
tree89c6fa66d616e82270c5d93fcf6f632002935a50
parentsys-apps/portage: Install /var/empty for rogue import prevention. (diff)
downloadmgorny-29ccb44f30dda0d3be961dcc01d420b182e56a9c.tar.gz
mgorny-29ccb44f30dda0d3be961dcc01d420b182e56a9c.tar.bz2
mgorny-29ccb44f30dda0d3be961dcc01d420b182e56a9c.zip
Revert "sys-apps/portage: Install /var/empty for rogue import prevention."
This reverts commit 6be095dec171cda37f04586c1ba265251019987f.
-rw-r--r--sys-apps/portage/portage-9999.ebuild3
1 files changed, 0 insertions, 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() {