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 1PyDQu-0003DA-5i for garchives@archives.gentoo.org; Sat, 12 Mar 2011 01:15:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41E3AE0656; Sat, 12 Mar 2011 01:15:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 12870E0656 for ; Sat, 12 Mar 2011 01:15:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A992A1B40DB for ; Sat, 12 Mar 2011 01:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9EAE780073 for ; Sat, 12 Mar 2011 01:15:43 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <31e93a5e4bd88716480973ee5d8053bb4a010d2f.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/ X-VCS-Repository: proj/gnome X-VCS-Files: media-video/totem/totem-9999.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 31e93a5e4bd88716480973ee5d8053bb4a010d2f Date: Sat, 12 Mar 2011 01:15:43 +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: 75568a782b49365ed416b365539fecdf commit: 31e93a5e4bd88716480973ee5d8053bb4a010d2f Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Mar 12 01:06:41 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Mar 12 01:06:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D31e93a5e media-video/totem: eautoreconf after epatch --- media-video/totem/totem-9999.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/totem/totem-9999.ebuild b/media-video/totem/tote= m-9999.ebuild index 322a347..187dfcd 100644 --- a/media-video/totem/totem-9999.ebuild +++ b/media-video/totem/totem-9999.ebuild @@ -137,10 +137,6 @@ pkg_setup() { } =20 src_prepare() { - # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fail= s - mkdir -p m4 - gnome2_src_prepare - # Fix broken smclient option passing # FIXME: File a bug for this epatch "${FILESDIR}/${PN}-2.90.0-smclient-target-detection.patch" @@ -150,6 +146,10 @@ src_prepare() { eautoreconf fi =20 + # AC_CONFIG_AUX_DIR_DEFAULT doesn't exist, and eautoreconf/aclocal fail= s + mkdir -p m4 + gnome2_src_prepare + # disable pyc compiling mv py-compile py-compile.orig ln -s $(type -P true) py-compile