Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: eclass/
Date: Thu, 29 Nov 2012 21:07:00
Message-Id: 1354216317.109d79c57bdcd3a25ee42e0c1f42433f303ff84c.jlec@gentoo
1 commit: 109d79c57bdcd3a25ee42e0c1f42433f303ff84c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 19:11:57 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 19:11:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=109d79c5
7
8 Drop stupid static-libs idea again
9 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
10
11 ---
12 eclass/intel-sdp.eclass | 5 +----
13 1 files changed, 1 insertions(+), 4 deletions(-)
14
15 diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass
16 index bd5035f..3602b6d 100644
17 --- a/eclass/intel-sdp.eclass
18 +++ b/eclass/intel-sdp.eclass
19 @@ -97,7 +97,7 @@ LICENSE="Intel-SDP"
20 # Future work, #394411
21 #SLOT="${_INTEL_PV1}.${_INTEL_PV2}"
22 SLOT="0"
23 -IUSE="examples multilib static-libs"
24 +IUSE="examples multilib"
25 KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
26
27 RESTRICT="mirror"
28 @@ -380,9 +380,6 @@ intel-sdp_src_install() {
29 find "${INTEL_SDP_DIR}"/man -delete || die
30 fi
31
32 - use static-libs || \
33 - find opt -type f -name "*.a" -delete || die
34 -
35 ebegin "Tagging ${PN}"
36 find opt -name \*sh -type f -exec sed -i \
37 -e "s:<.*DIR>:${INTEL_SDP_EDIR}:g" \