From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N7f28-0006Py-Ul for garchives@archives.gentoo.org; Tue, 10 Nov 2009 00:56:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E63DE087A; Tue, 10 Nov 2009 00:56:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DEE44E087A for ; Tue, 10 Nov 2009 00:56:31 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 4B7A767E7F for ; Tue, 10 Nov 2009 00:56:31 +0000 (UTC) Received: from spatz by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1N7f26-0006Pm-KN for gentoo-commits@lists.gentoo.org; Tue, 10 Nov 2009 00:56:30 +0000 From: "Dror Levin (spatz)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, spatz@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass qt4.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: qt4-build.eclass qt4.eclass X-VCS-Directories: eclass X-VCS-Committer: spatz X-VCS-Committer-Name: Dror Levin Content-Type: text/plain; charset=utf8 Message-Id: Sender: Dror Levin Date: Tue, 10 Nov 2009 00:56:30 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 23b4cba6-87f4-4f11-a20c-20312b897901 X-Archives-Hash: f63e0bc7a01e699401e25b1cde60363a spatz 09/11/10 00:56:30 Modified: qt4-build.eclass qt4.eclass Log: Enable RPATH in Qt4 and Qt4 apps, fix bug 180872. Revision Changes Path 1.51 eclass/qt4-build.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.e= class?rev=3D1.51&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.e= class?rev=3D1.51&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.e= class?r1=3D1.50&r2=3D1.51 Index: qt4-build.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- qt4-build.eclass 9 Nov 2009 19:35:44 -0000 1.50 +++ qt4-build.eclass 10 Nov 2009 00:56:29 -0000 1.51 @@ -1,6 +1,6 @@ # Copyright 2007-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.50 2009/1= 1/09 19:35:44 ayoy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.51 2009/1= 1/10 00:56:29 spatz Exp $ =20 # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -328,7 +328,7 @@ ;; esac =20 - myconf=3D"${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefil= e -confirm-license -no-rpath + myconf=3D"${myconf} -platform $(qt_mkspecs_dir) -stl -verbose -largefil= e -confirm-license -prefix ${QTPREFIXDIR} -bindir ${QTBINDIR} -libdir ${QTLIBDIR} -datadir ${QTDATADIR} -docdir ${QTDOCDIR} -headerdir ${QTHEADERDIR} -plugindir ${QTPLUGINDIR} -sysconfdir ${QTSYSCONFDIR} 1.59 eclass/qt4.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?= rev=3D1.59&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?= rev=3D1.59&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4.eclass?= r1=3D1.58&r2=3D1.59 Index: qt4.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- qt4.eclass 22 May 2009 22:21:38 -0000 1.58 +++ qt4.eclass 10 Nov 2009 00:56:29 -0000 1.59 @@ -1,6 +1,6 @@ # Copyright 2005-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.58 2009/05/22 2= 2:21:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.59 2009/11/10 0= 0:56:29 spatz Exp $ =20 # @ECLASS: qt4.eclass # @MAINTAINER: @@ -274,7 +274,6 @@ QMAKE_CXXFLAGS_DEBUG=3D"${CXXFLAGS}" \ QMAKE_LFLAGS_RELEASE=3D"${LDFLAGS}" \ QMAKE_LFLAGS_DEBUG=3D"${LDFLAGS}" \ - QMAKE_RPATH=3D \ QMAKE_STRIP=3D \ "${projectfile}" "${@}" =20