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 1QJ8Jd-0002nX-LR for garchives@archives.gentoo.org; Sun, 08 May 2011 18:02:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3DA1C003; Sun, 8 May 2011 18:02:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5B68E1C003 for ; Sun, 8 May 2011 18:02:40 +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 E39661B405F for ; Sun, 8 May 2011 18:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4572F45B2A for ; Sun, 8 May 2011 18:02:39 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <6b8a943ce7a79c7d56988405a5c933ae5cb3ac98.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-video/totem/ X-VCS-Repository: proj/gnome X-VCS-Files: media-video/totem/totem-3.0.1.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 6b8a943ce7a79c7d56988405a5c933ae5cb3ac98 Date: Sun, 8 May 2011 18:02:39 +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: 09c179f00aa1ed15941243a46c9da8a4 commit: 6b8a943ce7a79c7d56988405a5c933ae5cb3ac98 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 8 18:01:41 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 8 18:01:41 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D6b8a943c media-video/totem: die when invalid setup detected, bug #359379 --- media-video/totem/totem-3.0.1.ebuild | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/media-video/totem/totem-3.0.1.ebuild b/media-video/totem/tot= em-3.0.1.ebuild index 3fee120..b76b62d 100644 --- a/media-video/totem/totem-3.0.1.ebuild +++ b/media-video/totem/totem-3.0.1.ebuild @@ -101,6 +101,13 @@ DEPEND=3D"${RDEPEND} # docbook-xml-dtd is needed for user doc =20 pkg_setup() { + # To remove when python eclass supports EAPI=3D4 + # see bug #359379 + if use python && ! use introspection; then + eerror "USE=3Dpython requires USE=3Dintrospection" + die "USE=3Dpython requires USE=3Dintrospection" + fi + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" G2CONF=3D"${G2CONF} --disable-maintainer-mode