summaryrefslogtreecommitdiff
blob: 61c45ae44647b35ce53a5099b733a2b31b18687b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=0

DESCRIPTION="Compatibility package for running binaries linked against a <gcc-3.4 libstdc++"
HOMEPAGE="https://gcc.gnu.org/libstdc++/"
SRC_URI="ia64? ( mirror://gentoo/${PN}-ia64-${PV}.tbz2 )
	ppc64? ( mirror://gentoo/${PN}-ppc64-${PV}.tbz2 )"

LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="ia64 ppc64"
IUSE=""

DEPEND=""
RDEPEND="sys-libs/glibc"

RESTRICT="strip"

src_install() {
	cp -pPR "${WORKDIR}"/* "${D}"/ || die "copying files failed!"
}