diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-09 17:38:08 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-12-09 17:38:08 +0000 |
commit | 55e01565043883d58cdaa9b2ab5c56ef46010aa0 (patch) | |
tree | 14670841ffe1e788bdc6eb8ea83fce593d0e7d97 /sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild | |
parent | Version bump. Restores the XftNameUnparse symbol which went missing in the (diff) | |
download | gentoo-2-55e01565043883d58cdaa9b2ab5c56ef46010aa0.tar.gz gentoo-2-55e01565043883d58cdaa9b2ab5c56ef46010aa0.tar.bz2 gentoo-2-55e01565043883d58cdaa9b2ab5c56ef46010aa0.zip |
Change cp -a with cp -pPR for not-GNU compatibility.
(Portage version: 2.1.2_rc2-r4)
Diffstat (limited to 'sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild index b29bdf27d028..baaffea61a18 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.11 2006/08/14 17:27:15 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild,v 1.12 2006/12/09 17:38:08 drizzt Exp $ inherit eutils flag-o-matic libtool gnuconfig versionator @@ -174,7 +174,7 @@ src_unpack() { fi # Misdesign in libstdc++ (Redhat) - cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h + cp -pPR ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h cd ${S}; ./contrib/gcc_update --touch &> /dev/null gnuconfig_update |