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 1SWZ8a-0003wy-9M for garchives@archives.gentoo.org; Mon, 21 May 2012 20:23:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64F97E0CC3; Mon, 21 May 2012 20:23:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3371EE0CC3 for ; Mon, 21 May 2012 20:23:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6DC501B4029 for ; Mon, 21 May 2012 20:23:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28265E542A for ; Mon, 21 May 2012 20:23:19 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1337631763.5662b0c6793b61ea596b409120478aaacecdc7b9.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-python/PyQt4/, x11-libs/qt-assistant/, x11-libs/qt-gui/ X-VCS-Repository: proj/qt X-VCS-Files: dev-python/PyQt4/PyQt4-4.9.2_pre20120429.ebuild x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild x11-libs/qt-gui/qt-gui-4.8.9999.ebuild X-VCS-Directories: dev-python/PyQt4/ x11-libs/qt-assistant/ x11-libs/qt-gui/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 5662b0c6793b61ea596b409120478aaacecdc7b9 X-VCS-Branch: master Date: Mon, 21 May 2012 20:23:19 +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: 5331c895-ef40-4e93-8b2b-42eaefe542bb X-Archives-Hash: 39b7817fa351753053aea0349c708cf7 commit: 5662b0c6793b61ea596b409120478aaacecdc7b9 Author: Davide Pesavento gmail com> AuthorDate: Mon May 21 20:22:43 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 21 20:22:43 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D5662b0c6 Add some missing "inherit eutils". --- dev-python/PyQt4/PyQt4-4.9.2_pre20120429.ebuild | 2 +- x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild | 2 +- x11-libs/qt-gui/qt-gui-4.8.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/PyQt4/PyQt4-4.9.2_pre20120429.ebuild b/dev-python= /PyQt4/PyQt4-4.9.2_pre20120429.ebuild index cc95f71..01d32f4 100644 --- a/dev-python/PyQt4/PyQt4-4.9.2_pre20120429.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.2_pre20120429.ebuild @@ -9,7 +9,7 @@ PYTHON_EXPORT_PHASE_FUNCTIONS=3D"1" SUPPORT_PYTHON_ABIS=3D"1" RESTRICT_PYTHON_ABIS=3D"*-jython 2.7-pypy-*" =20 -inherit toolchain-funcs qt4-r2 python +inherit eutils toolchain-funcs qt4-r2 python =20 REVISION=3D57236e12b4e2 =20 diff --git a/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild b/x11-lib= s/qt-assistant/qt-assistant-4.8.9999.ebuild index 55f346b..9bdde59 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.8.9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D4 =20 -inherit qt4-build +inherit eutils qt4-build =20 DESCRIPTION=3D"The Help module and Assistant application for the Qt tool= kit" SRC_URI+=3D" diff --git a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild b/x11-libs/qt-gui/qt-= gui-4.8.9999.ebuild index 02b3570..aea8ad4 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D4 =20 -inherit qt4-build +inherit eutils qt4-build =20 DESCRIPTION=3D"The GUI module for the Qt toolkit" SLOT=3D"4"