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 1SCtFK-0005qN-Ry for garchives@archives.gentoo.org; Wed, 28 Mar 2012 13:49:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08680E0D5A; Wed, 28 Mar 2012 13:48:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C5878E0D5A for ; Wed, 28 Mar 2012 13:48:59 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 373C61B4005 for ; Wed, 28 Mar 2012 13:48:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2313) id 0BC532004B; Wed, 28 Mar 2012 13:48:58 +0000 (UTC) From: "Johannes Huber (johu)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, johu@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/qtwitter/files: qtwitter-0.10.0-gold.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: qtwitter-0.10.0-gold.patch X-VCS-Directories: net-im/qtwitter/files X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber Content-Type: text/plain; charset=utf8 Message-Id: <20120328134858.0BC532004B@flycatcher.gentoo.org> Date: Wed, 28 Mar 2012 13:48:58 +0000 (UTC) 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: 0e2bb1af-05b4-4923-b090-ff43fb2784aa X-Archives-Hash: b402c375c1897f76da2b2291d51a2288 johu 12/03/28 13:48:58 Added: qtwitter-0.10.0-gold.patch Log: Revision bump by Michael (kensington) . Bum= ps to EAPI 4, fixes QA issues and build with gold linker bug #369449. =20 (Portage version: 2.2.0_alpha95/cvs/Linux i686) Revision Changes Path 1.1 net-im/qtwitter/files/qtwitter-0.10.0-gold.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qtwitter/fi= les/qtwitter-0.10.0-gold.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/qtwitter/fi= les/qtwitter-0.10.0-gold.patch?rev=3D1.1&content-type=3Dtext/plain Index: qtwitter-0.10.0-gold.patch =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 --- qtwitter-app/qtwitter-app.pro +++ qtwitter-app/qtwitter-app.pro @@ -82,7 +82,8 @@ else:unix { LIBS +=3D -L$${DESTDIR} \ -Wl,-rpath,$${DESTDIR} \ - $$TWITTERAPI_LIB + $$TWITTERAPI_LIB \ + -lX11 target.path =3D $${INSTALL_PREFIX}/bin PLUGINS_DIR =3D $${INSTALL_PREFIX}/lib$${LIB_SUFFIX}/$${TARGET}/plug= ins DEFINES +=3D PLUGINS_DIR=3D'\\\"$${PLUGINS_DIR}\\\"'