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 1QxkNv-0001zP-09 for garchives@archives.gentoo.org; Sun, 28 Aug 2011 18:47:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06A1A21C20E; Sun, 28 Aug 2011 18:46:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BF7D521C20B for ; Sun, 28 Aug 2011 18:46:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A92F1B40B3 for ; Sun, 28 Aug 2011 18:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 66E9B80040 for ; Sun, 28 Aug 2011 18:46:53 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <3237149b1fde3de7177d85d1e4ca7d3e5235b480.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 3237149b1fde3de7177d85d1e4ca7d3e5235b480 Date: Sun, 28 Aug 2011 18:46:53 +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: X-Archives-Hash: 2987994a26ba635c831ba9af2ef03c3b commit: 3237149b1fde3de7177d85d1e4ca7d3e5235b480 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Aug 28 18:06:22 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Aug 28 18:06:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D3237149b eclass/gnome2.eclass: sync with gx86 (${T} instead of ${S}) Add the following change from gx86: Thu Aug 25 18:08:59 2011 UTC by nirbheek Use ${T} instead of ${S} for the gstreamer registry --- eclass/gnome2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index c177b4f..5803826 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -109,7 +109,7 @@ gnome2_src_prepare() { chmod 0700 "${XDG_RUNTIME_DIR}" =20 # GST_REGISTRY is to work around gst utilities trying to read/write /ro= ot - export GST_REGISTRY=3D"${S}/registry.xml" + export GST_REGISTRY=3D"${T}/registry.xml" =20 # Prevent scrollkeeper access violations gnome2_omf_fix