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 1S91eG-00079I-5O for garchives@archives.gentoo.org; Sat, 17 Mar 2012 21:58:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92A5E0439; Sat, 17 Mar 2012 21:58:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 757A1E0439 for ; Sat, 17 Mar 2012 21:58:44 +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 C2BBA1B4021 for ; Sat, 17 Mar 2012 21:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8437FE5402 for ; Sat, 17 Mar 2012 21:58:42 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1331998204.7227c542f6cb1e6fb5b208f6bdc2f6e4b36e09a1.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-portage/kportagetray/ X-VCS-Repository: proj/kde X-VCS-Files: app-portage/kportagetray/kportagetray-9999.ebuild X-VCS-Directories: app-portage/kportagetray/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 7227c542f6cb1e6fb5b208f6bdc2f6e4b36e09a1 X-VCS-Branch: master Date: Sat, 17 Mar 2012 21:58:42 +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: ee7b8532-32f3-4837-ad98-e4d1df0d7a52 X-Archives-Hash: 5323cc87881866891f2c6919c31d8a2f commit: 7227c542f6cb1e6fb5b208f6bdc2f6e4b36e09a1 Author: Chris Reffett gmail com> AuthorDate: Sat Mar 17 15:06:27 2012 +0000 Commit: Chris Reffett gmail com> CommitDate: Sat Mar 17 15:30:04 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D7227c542 [app-portage/kportagetray] Fixed inherit line, bug 405893. (Portage version: 2.2.0_alpha90/git/Linux x86_64, unsigned Manifest commi= t) --- app-portage/kportagetray/kportagetray-9999.ebuild | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/app-portage/kportagetray/kportagetray-9999.ebuild b/app-port= age/kportagetray/kportagetray-9999.ebuild index 841f5e9..9cd0071 100644 --- a/app-portage/kportagetray/kportagetray-9999.ebuild +++ b/app-portage/kportagetray/kportagetray-9999.ebuild @@ -7,9 +7,10 @@ EAPI=3D4 KDE_LINGUAS=3D"pt_BR" PYTHON_DEPEND=3D"2:2.6" =20 +inherit kde4-base python git-2 + EGIT_REPO_URI=3D"git://gitorious.org/${PN}/${PN}.git" KDE_SCM=3D"git" -inherit kde4-base python =20 DESCRIPTION=3D"Graphical application for Portage's daily tasks" HOMEPAGE=3D"http://gitorious.org/kportagetray"