summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-12-05 16:52:35 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-12-05 16:52:35 +0000
commitbae55e4ddfa551713aa5653767d4e7cf55bac8d0 (patch)
tree4304d90d6f78a91b9643dd2250f10635125769e6 /eclass/libtool.eclass
parentVersion bump. (diff)
downloadhistorical-bae55e4ddfa551713aa5653767d4e7cf55bac8d0.tar.gz
historical-bae55e4ddfa551713aa5653767d4e7cf55bac8d0.tar.bz2
historical-bae55e4ddfa551713aa5653767d4e7cf55bac8d0.zip
Remove warning for uclibc if patching fails, bug #492640
Diffstat (limited to 'eclass/libtool.eclass')
-rw-r--r--eclass/libtool.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 793741329ed2..2021943af6a7 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.107 2013/11/22 09:05:55 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.108 2013/12/05 16:52:35 blueness Exp $
# @ECLASS: libtool.eclass
# @MAINTAINER:
@@ -346,9 +346,6 @@ elibtoolize() {
ELT_APPLIED_PATCHES="portage"
fi
;;
- uclibc-*)
- [[ ${CHOST} == *-uclibc ]] && ewarn " uClibc patch set '${p}' failed to apply!"
- ;;
darwin-*)
[[ ${CHOST} == *"-darwin"* ]] && ewarn " Darwin patch set '${p}' failed to apply!"
;;