From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6FFFB1381F3 for ; Tue, 4 Jun 2013 11:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B52F7E0956; Tue, 4 Jun 2013 11:59:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E596E0942 for ; Tue, 4 Jun 2013 11:59:45 +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 2634D33E060 for ; Tue, 4 Jun 2013 11:59:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8EA54E5464 for ; Tue, 4 Jun 2013 11:59:43 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1370346842.399413fd5c2943680f916a3c2cbd485f0d336d9a.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ispc/ChangeLog dev-lang/ispc/ispc-9999.ebuild dev-lang/ispc/metadata.xml X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 399413fd5c2943680f916a3c2cbd485f0d336d9a X-VCS-Branch: master Date: Tue, 4 Jun 2013 11:59:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dd5309a0-b6e4-4e3e-8ce1-1225c6fececa X-Archives-Hash: d810ce1d1c22035ab4b76eb2c1ffa048 commit: 399413fd5c2943680f916a3c2cbd485f0d336d9a Author: Justin Lecher gentoo org> AuthorDate: Tue Jun 4 11:54:02 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jun 4 11:54:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=399413fd dev-lang/ispc: Fix for correct usage of new python eclasses Package-Manager: portage-2.2.0_alpha177 --- dev-lang/ispc/ChangeLog | 3 +++ dev-lang/ispc/ispc-9999.ebuild | 3 ++- dev-lang/ispc/metadata.xml | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index 8c34eaf..e4df78d 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Jun 2013; Justin Lecher ispc-9999.ebuild, metadata.xml: + Fix for correct usage of new python eclasses + 31 May 2013; Christoph Junghans ispc-9999.ebuild: sync with gx86 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index e22c4ba..3483f10 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.0.ebuild,v 1.2 2012/07/20 19:58:21 ottxor Exp $ +# $Header: $ EAPI=5 @@ -29,6 +29,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + ${PYTHON_DEPS} sys-devel/bison sys-devel/flex " diff --git a/dev-lang/ispc/metadata.xml b/dev-lang/ispc/metadata.xml index 745b9e1..06c3d15 100644 --- a/dev-lang/ispc/metadata.xml +++ b/dev-lang/ispc/metadata.xml @@ -1,8 +1,8 @@ - - ottxor@gentoo.org - Christoph Junghans - + + ottxor@gentoo.org + Christoph Junghans +