diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2017-04-11 18:58:18 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2017-04-11 18:58:52 +0200 |
commit | 48266302e796a0ecb0f01d1386af6cf1247864aa (patch) | |
tree | e817f9d8a2328a9d7f174780ec7452e59848c2ad /app-portage | |
parent | www-apps/grafana-bin: revert 12c3eacda7c4d23686eaf10eab21d810cc95ea49 and dis... (diff) | |
download | gentoo-48266302e796a0ecb0f01d1386af6cf1247864aa.tar.gz gentoo-48266302e796a0ecb0f01d1386af6cf1247864aa.tar.bz2 gentoo-48266302e796a0ecb0f01d1386af6cf1247864aa.zip |
app-portage/prefix-chain-setup: drop elt-patches, libtool.eclass knows USE=prefix-chain
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/prefix-chain-setup/prefix-chain-setup-0.7.ebuild | 2 |
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. |