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 4A9C21388C0 for ; Thu, 29 Oct 2015 13:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E2BE080C; Thu, 29 Oct 2015 13:45:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0512E080C for ; Thu, 29 Oct 2015 13:45:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E278A340B8D for ; Thu, 29 Oct 2015 13:45:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 061C21A02 for ; Thu, 29 Oct 2015 13:45:53 +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: <1446061165.d3315b740ca4fee5b81ae7497ad2ee0de5d3fc01.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/emscripten/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/emscripten/emscripten-1.34.11.ebuild dev-util/emscripten/emscripten-1.35.2.ebuild X-VCS-Directories: dev-util/emscripten/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d3315b740ca4fee5b81ae7497ad2ee0de5d3fc01 X-VCS-Branch: master Date: Thu, 29 Oct 2015 13:45:53 +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: f934fc4e-3dd7-4026-82b1-b1e476d249e8 X-Archives-Hash: c6c764550b30bb1984015aa05df24418 commit: d3315b740ca4fee5b81ae7497ad2ee0de5d3fc01 Author: Harald Weiner jku at> AuthorDate: Wed Oct 28 19:39:25 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 28 19:39:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3315b74 small fix dev-util/emscripten/emscripten-1.34.11.ebuild | 2 +- dev-util/emscripten/emscripten-1.35.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/emscripten/emscripten-1.34.11.ebuild b/dev-util/emscripten/emscripten-1.34.11.ebuild index 8176269..7808e8b 100644 --- a/dev-util/emscripten/emscripten-1.34.11.ebuild +++ b/dev-util/emscripten/emscripten-1.34.11.ebuild @@ -18,7 +18,7 @@ LICENSE="UoI-NCSA" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - =dev-util/emscripten-fastcomp-1.34.11 + =dev-util/emscripten-fastcomp-${PV} net-libs/nodejs" RDEPEND="${DEPEND}" diff --git a/dev-util/emscripten/emscripten-1.35.2.ebuild b/dev-util/emscripten/emscripten-1.35.2.ebuild index 8176269..7808e8b 100644 --- a/dev-util/emscripten/emscripten-1.35.2.ebuild +++ b/dev-util/emscripten/emscripten-1.35.2.ebuild @@ -18,7 +18,7 @@ LICENSE="UoI-NCSA" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} - =dev-util/emscripten-fastcomp-1.34.11 + =dev-util/emscripten-fastcomp-${PV} net-libs/nodejs" RDEPEND="${DEPEND}"