commit: 48266302e796a0ecb0f01d1386af6cf1247864aa
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 16:58:18 2017 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 16:58:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48266302
app-portage/prefix-chain-setup: drop elt-patches, libtool.eclass knows
USE=prefix-chain
Package-Manager: portage-2.3.3
app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 029b57326c5..a5c4d230a0e 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.