summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild b/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild
index 029b57326c5d..a5c4d230a0e4 100644
--- a/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild
+++ b/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild
@@ -210,7 +210,7 @@ ebegin "installing required basic packages"
set -e
PORTAGE_CONFIGROOT="${CHILD_EPREFIX}" EPREFIX="${CHILD_EPREFIX}" emerge -1qO \
- gentoo-functions baselayout-prefix elt-patches gnuconfig prefix-chain-utils
+ gentoo-functions baselayout-prefix gnuconfig prefix-chain-utils
# merge with the parent's chost. this forces the use of the parent
# compiler, which generally would be illegal - this is an exception.