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 1SXHgT-0002aJ-Az for garchives@archives.gentoo.org; Wed, 23 May 2012 19:57:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38724E0998; Wed, 23 May 2012 19:56:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09657E0999 for ; Wed, 23 May 2012 19:56:52 +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 69A971B4028 for ; Wed, 23 May 2012 19:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 36CEEE5436 for ; Wed, 23 May 2012 19:56:50 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1337802986.443d650ce23abb8c758f3193560f1a5447a0784f.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/path64/path64-9999.ebuild X-VCS-Directories: dev-lang/path64/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 443d650ce23abb8c758f3193560f1a5447a0784f X-VCS-Branch: master Date: Wed, 23 May 2012 19:56:50 +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: 1ef20ab5-22e2-4ae1-9329-3427b49d79ac X-Archives-Hash: 1b746e96bfe1680892e87435020d314f commit: 443d650ce23abb8c758f3193560f1a5447a0784f Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Wed May 23 19:56:26 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Wed May 23 19:56:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D443d650c [dev-lang/path64] add eutils.eclass for epause --- dev-lang/path64/path64-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-= 9999.ebuild index 53eb726..df30636 100644 --- a/dev-lang/path64/path64-9999.ebuild +++ b/dev-lang/path64/path64-9999.ebuild @@ -12,7 +12,7 @@ if [ "${PV%9999}" !=3D "${PV}" ] ; then DBG_URI=3D"git://github.com/path64/debugger.git" fi =20 -inherit cmake-utils ${SCM} multilib toolchain-funcs +inherit cmake-utils ${SCM} multilib toolchain-funcs eutils =20 DESCRIPTION=3D"Path64 Compiler Suite Community Edition" HOMEPAGE=3D"http://www.pathscale.com/ekopath-compiler-suite"