summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-08-19 06:12:52 +0000
committerZac Medico <zmedico@gentoo.org>2008-08-19 06:12:52 +0000
commit037bddd375cc92c3841aa169043bb5755cbd77aa (patch)
treef196b3587a5a58a4b59423d75e77eb5f3a800065 /sys-apps/baselayout/ChangeLog
parentVersion bump (diff)
downloadgentoo-2-037bddd375cc92c3841aa169043bb5755cbd77aa.tar.gz
gentoo-2-037bddd375cc92c3841aa169043bb5755cbd77aa.tar.bz2
gentoo-2-037bddd375cc92c3841aa169043bb5755cbd77aa.zip
Make the SYMLINK_LIB code in pkg_preinst merge files from lib directories
to lib64 directories when necessary, instead of blindly wiping out the content of the lib dir. Thanks to Daniel Robbins for finding the cause of this issue, which he discovered when building stage1 with catalyst. (Portage version: 2.2_rc8_p11419/cvs/Linux 2.6.26-0810-x86-64 i686)
Diffstat (limited to 'sys-apps/baselayout/ChangeLog')
-rw-r--r--sys-apps/baselayout/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys-apps/baselayout/ChangeLog b/sys-apps/baselayout/ChangeLog
index 18de376ecdd3..53985ce49e58 100644
--- a/sys-apps/baselayout/ChangeLog
+++ b/sys-apps/baselayout/ChangeLog
@@ -1,10 +1,16 @@
# ChangeLog for sys-apps/baselayout
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.468 2008/05/10 10:03:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout/ChangeLog,v 1.469 2008/08/19 06:12:52 zmedico Exp $
# See the rc-scripts ChangeLog in subversion for release info:
# http://sources.gentoo.org/viewcvs.py/*checkout*/baselayout/trunk/ChangeLog
+ 19 Aug 2008; Zac Medico <zmedico@gentoo.org> baselayout-2.0.0.ebuild:
+ Make the SYMLINK_LIB code in pkg_preinst merge files from lib directories
+ to lib64 directories when necessary, instead of blindly wiping out the
+ content of the lib dir. Thanks to Daniel Robbins for finding the cause of
+ this issue, which he discovered when building stage1 with catalyst.
+
10 May 2008; Mike Frysinger <vapier@gentoo.org> baselayout-2.0.0.ebuild:
Install the Makefile into $D so that we can use it in pkg_preinst steps (for
binpkgs) #218877 by Kevin Cody Jr.