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 1RHKjH-0007vy-EA for garchives@archives.gentoo.org; Fri, 21 Oct 2011 19:26:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3421BE02F0; Fri, 21 Oct 2011 19:25:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 08B51E02F0 for ; Fri, 21 Oct 2011 19:25:54 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41B3C1B4008 for ; Fri, 21 Oct 2011 19:25:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A804880042 for ; Fri, 21 Oct 2011 19:25: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: Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/gtk+/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/gtk+/gtk+-9999.ebuild X-VCS-Directories: x11-libs/gtk+/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: de550777f87f375e0c619d21167271bc0dfedcb1 Date: Fri, 21 Oct 2011 19:25: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: f903d48b39d842609305991f386bb7ec commit: de550777f87f375e0c619d21167271bc0dfedcb1 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Fri Oct 21 19:23:22 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Oct 21 19:23:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dde550777 x11-libs/gtk+: do not call gnome2_src_prepare for non-live versions Non-live versions do not use gnome2.eclass. Thanks to ssuominen for noticing. --- x11-libs/gtk+/gtk+-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/x11-libs/gtk+/gtk+-9999.ebuild b/x11-libs/gtk+/gtk+-9999.ebu= ild index d2495e8..7077f90 100644 --- a/x11-libs/gtk+/gtk+-9999.ebuild +++ b/x11-libs/gtk+/gtk+-9999.ebuild @@ -127,7 +127,7 @@ src_prepare() { [[ ${PV} !=3D 9999 ]] && strip_builddir SRC_SUBDIRS demos Makefile.in fi =20 - gnome2_src_prepare + [[ ${PV} =3D=3D 9999 ]] && gnome2_src_prepare } =20 src_configure() {