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 1Qv1M2-0004IN-49 for garchives@archives.gentoo.org; Sun, 21 Aug 2011 06:17:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5158A21C30E; Sun, 21 Aug 2011 06:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2050C21C30E for ; Sun, 21 Aug 2011 06:17:46 +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 8050E1B4047 for ; Sun, 21 Aug 2011 06:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D845F80040 for ; Sun, 21 Aug 2011 06:17:45 +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: gnome-extra/gnome-tweak-tool/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild X-VCS-Directories: gnome-extra/gnome-tweak-tool/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: a09ec5cdf358f0b07466a903819d5e27b615093f Date: Sun, 21 Aug 2011 06:17:45 +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: 28afc4743ed488bc306be7383a8efc46 commit: a09ec5cdf358f0b07466a903819d5e27b615093f Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Aug 21 06:16:42 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Aug 21 06:16:42 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da09ec5cd gnome-extra/gnome-tweak-tool: missing eutils inherit Add missing eutils inherit for epatch. --- .../gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild b= /gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild index 0f26629..9f10754 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.0.5.ebuild @@ -9,7 +9,7 @@ PYTHON_DEPEND=3D"2:2.6" SUPPORT_PYTHON_ABIS=3D"1" RESTRICT_PYTHON_ABIS=3D"2.4 2.5 3.*" =20 -inherit gnome2-python +inherit eutils gnome2-python =20 DESCRIPTION=3D"Tool to customize GNOME 3 options" HOMEPAGE=3D"http://live.gnome.org/GnomeTweakTool"