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 | |
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')
-rw-r--r-- | sys-libs/libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/ChangeLog b/sys-libs/libstdc++-v3/ChangeLog index d249a258828c..610ade1e0bac 100644 --- a/sys-libs/libstdc++-v3/ChangeLog +++ b/sys-libs/libstdc++-v3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/libstdc++-v3 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.48 2006/08/14 17:27:15 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.49 2006/12/09 17:38:08 drizzt Exp $ + + 09 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> + libstdc++-v3-3.3.6.ebuild: + Change cp -a with cp -pPR for not-GNU compatibility. 14 Aug 2006; <solar@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild, libstdc++-v3-3.3.4.ebuild, libstdc++-v3-3.3.6.ebuild: 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 |