summaryrefslogtreecommitdiff
blob: 1ec8ce060864d5bce75e775b60a7c05b6ea57f1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20081109.ebuild,v 1.1 2008/11/10 03:29:24 kingtaco Exp $

inherit emul-linux-x86 eutils
DESCRIPTION="emul-linux-x86 version of lib-compat, with the addition of a 32bit libgcc_s and the libstdc++ versions provided by gcc 3.3 and 3.4 for non-multilib systems."
HOMEPAGE="http://www.gentoo.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64"
RESTRICT="strip"
IUSE=""

S=${WORKDIR}

QA_TEXTRELS_amd64="usr/lib32/libg++.so.2.7.2.8
	usr/lib32/libstdc++.so.2.7.2.8"

src_install() {
	emul-linux-x86_src_install
#	dosym libstdc++-v3/libstdc++.so.5 /usr/lib32/libstdc++.so.5
	doenvd "${FILESDIR}/99libstdc++32"
}