Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/prefix-chain-setup/
Date: Tue, 11 Apr 2017 16:59:14
Message-Id: 1491929932.48266302e796a0ecb0f01d1386af6cf1247864aa.haubi@gentoo
1 commit: 48266302e796a0ecb0f01d1386af6cf1247864aa
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 11 16:58:18 2017 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 11 16:58:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48266302
7
8 app-portage/prefix-chain-setup: drop elt-patches, libtool.eclass knows USE=prefix-chain
9
10 Package-Manager: portage-2.3.3
11
12 app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 029b57326c5..a5c4d230a0e 100644
17 --- a/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild
18 +++ b/app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild
19 @@ -210,7 +210,7 @@ ebegin "installing required basic packages"
20
21 set -e
22 PORTAGE_CONFIGROOT="${CHILD_EPREFIX}" EPREFIX="${CHILD_EPREFIX}" emerge -1qO \
23 - gentoo-functions baselayout-prefix elt-patches gnuconfig prefix-chain-utils
24 + gentoo-functions baselayout-prefix gnuconfig prefix-chain-utils
25
26 # merge with the parent's chost. this forces the use of the parent
27 # compiler, which generally would be illegal - this is an exception.