commit:     52bcb4af3258474d1be5bd6c24c1126d2b915b86
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 18:16:17 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Mon May 26 18:16:17 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=52bcb4af

[dev-qt/qtcore:4] Remove redundant code.

We always run qmake with CONFIG+=nostrip, so these lines are unnecessary.

Package-Manager: portage-2.2.10

---
 dev-qt/qtcore/qtcore-4.8.9999.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-4.8.9999.ebuild 
b/dev-qt/qtcore/qtcore-4.8.9999.ebuild
index 85a3a37..12b17dd 100644
--- a/dev-qt/qtcore/qtcore-4.8.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-4.8.9999.ebuild
@@ -19,7 +19,7 @@ IUSE="+glib iconv icu qt3support ssl"
 DEPEND="
        sys-libs/zlib
        glib? ( dev-libs/glib:2 )
-       icu? ( >=dev-libs/icu-49:= )
+       icu? ( dev-libs/icu:= )
        ssl? ( dev-libs/openssl:0 )
 "
 RDEPEND="${DEPEND}"
@@ -66,11 +66,6 @@ QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
 QCONFIG_DEFINE="QT_ZLIB"
 
 src_prepare() {
-       # Don't pre-strip, bug 235026
-       for i in kr jp cn tw; do
-               echo "CONFIG+=nostrip" >> 
"${S}"/src/plugins/codecs/${i}/${i}.pro
-       done
-
        qt4-build-multilib_src_prepare
 
        # bug 172219

Reply via email to