summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-05-07 21:04:48 +0000
committerPacho Ramos <pacho@gentoo.org>2014-05-07 21:04:48 +0000
commit15ac76b2bb9ed7b4e6ade2e3586bbf96dea4eb90 (patch)
tree5b90c7e41b45c57e4f38c2f0061ea08927617672 /eclass
parentruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and ruby-f... (diff)
downloadhistorical-15ac76b2bb9ed7b4e6ade2e3586bbf96dea4eb90.tar.gz
historical-15ac76b2bb9ed7b4e6ade2e3586bbf96dea4eb90.tar.bz2
historical-15ac76b2bb9ed7b4e6ade2e3586bbf96dea4eb90.zip
Don't remove wrappers in that dir
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/emul-linux-x86.eclass3
2 files changed, 5 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3c68ef496c2c..07dd20cc061f 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1243 2014/05/07 20:41:18 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1244 2014/05/07 21:04:48 pacho Exp $
+
+ 07 May 2014; Pacho Ramos <pacho@gentoo.org> emul-linux-x86.eclass:
+ Don't remove wrappers in that dir
07 May 2014; Manuel Rüger <mrueg@gentoo.org> gems.eclass, ruby.eclass:
ruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and
diff --git a/eclass/emul-linux-x86.eclass b/eclass/emul-linux-x86.eclass
index f842d8e5c54c..257f4e1b855f 100644
--- a/eclass/emul-linux-x86.eclass
+++ b/eclass/emul-linux-x86.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.20 2014/05/06 20:43:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.21 2014/05/07 21:04:48 pacho Exp $
#
# Original Author: Mike Doty <kingtaco@gentoo.org>
@@ -85,7 +85,6 @@ emul-linux-x86_src_install() {
# Move headers to a separate directory, bug #509556
if [[ -d "${D}"/usr/include ]] ; then
- rm -rf "${D}"/usr/include/i686-pc-linux-gnu/
mkdir -p "${D}"/usr/include/i686-pc-linux-gnu/
mv "${D}"/usr/include/* "${D}"/usr/include/i686-pc-linux-gnu/.
fi