aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-29 20:11:57 +0100
committerJustin Lecher <jlec@gentoo.org>2012-11-29 20:11:57 +0100
commit109d79c57bdcd3a25ee42e0c1f42433f303ff84c (patch)
tree539a89a00c744ad17cee69601f0faa0171c97bab /eclass
parentLast remaning underscored removed (diff)
downloadsci-109d79c57bdcd3a25ee42e0c1f42433f303ff84c.tar.gz
sci-109d79c57bdcd3a25ee42e0c1f42433f303ff84c.tar.bz2
sci-109d79c57bdcd3a25ee42e0c1f42433f303ff84c.zip
Drop stupid static-libs idea again
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/intel-sdp.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass
index bd5035f0d..3602b6d55 100644
--- a/eclass/intel-sdp.eclass
+++ b/eclass/intel-sdp.eclass
@@ -97,7 +97,7 @@ LICENSE="Intel-SDP"
# Future work, #394411
#SLOT="${_INTEL_PV1}.${_INTEL_PV2}"
SLOT="0"
-IUSE="examples multilib static-libs"
+IUSE="examples multilib"
KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux"
RESTRICT="mirror"
@@ -380,9 +380,6 @@ intel-sdp_src_install() {
find "${INTEL_SDP_DIR}"/man -delete || die
fi
- use static-libs || \
- find opt -type f -name "*.a" -delete || die
-
ebegin "Tagging ${PN}"
find opt -name \*sh -type f -exec sed -i \
-e "s:<.*DIR>:${INTEL_SDP_EDIR}:g" \