From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: emul-linux-x86.eclass
Date: Sun, 30 Jan 2011 00:23:33 +0000 (UTC) [thread overview]
Message-ID: <20110130002333.780D720054@flycatcher.gentoo.org> (raw)
pacho 11/01/30 00:23:33
Modified: emul-linux-x86.eclass
Log:
Fix 'development' handling.
Revision Changes Path
1.7 eclass/emul-linux-x86.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/emul-linux-x86.eclass?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/emul-linux-x86.eclass?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/emul-linux-x86.eclass?r1=1.6&r2=1.7
Index: emul-linux-x86.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- emul-linux-x86.eclass 29 Jan 2011 21:46:33 -0000 1.6
+++ emul-linux-x86.eclass 30 Jan 2011 00:23:33 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2007 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.6 2011/01/29 21:46:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/emul-linux-x86.eclass,v 1.7 2011/01/30 00:23:33 pacho Exp $
#
# Original Author: Mike Doty <kingtaco@gentoo.org>
@@ -36,8 +36,8 @@
unpack ${A}
cd "${S}"
- has development "${IUSE//+}" && use development && ALLOWED="${ALLOWED}|/usr/lib32/pkgconfig"
ALLOWED=${ALLOWED:-^${S}/etc/env.d}
+ has development "${IUSE//+}" && use development && ALLOWED="${ALLOWED}|/usr/lib32/pkgconfig"
find "${S}" ! -type d ! -name '*.so*' | egrep -v "${ALLOWED}" | xargs -d $'\n' rm -f || die 'failed to remove everything but *.so*'
}
next reply other threads:[~2011-01-30 0:23 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-30 0:23 Pacho Ramos (pacho) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-28 2:37 [gentoo-commits] gentoo-x86 commit in eclass: emul-linux-x86.eclass Mike Frysinger (vapier)
2013-01-12 16:53 Mike Frysinger (vapier)
2012-11-02 16:38 Mike Frysinger (vapier)
2011-07-22 18:10 Pacho Ramos (pacho)
2011-02-07 11:46 Pacho Ramos (pacho)
2011-01-29 21:46 Pacho Ramos (pacho)
2010-02-22 20:52 Pacho Ramos (pacho)
2007-11-15 5:52 Mike Doty (kingtaco)
2007-11-14 3:42 Mike Doty (kingtaco)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110130002333.780D720054@flycatcher.gentoo.org \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox