From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03DFB139694 for ; Sun, 19 Mar 2017 14:06:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3970F21C0AA; Sun, 19 Mar 2017 14:06:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 100FF21C0AA for ; Sun, 19 Mar 2017 14:06:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC142340AD2 for ; Sun, 19 Mar 2017 14:06:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59A396D96 for ; Sun, 19 Mar 2017 14:06:48 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1489932392.20c275cc29fbd27626d6266b414717984620a089.junghans@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ispc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ispc/ispc-1.9.1.ebuild dev-lang/ispc/ispc-9999.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 20c275cc29fbd27626d6266b414717984620a089 X-VCS-Branch: master Date: Sun, 19 Mar 2017 14:06:48 +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: bb567392-258d-4af5-a486-ca4321b687c9 X-Archives-Hash: 5812db1632f1e749affc2e47a9f09bfc commit: 20c275cc29fbd27626d6266b414717984620a089 Author: Christoph Junghans gentoo org> AuthorDate: Sun Mar 19 13:04:54 2017 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sun Mar 19 14:06:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c275cc dev-lang/ispc: fix deps (bug #613178) Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/ispc/ispc-1.9.1.ebuild | 6 +++--- dev-lang/ispc/ispc-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-lang/ispc/ispc-1.9.1.ebuild b/dev-lang/ispc/ispc-1.9.1.ebuild index b81ffe367e6..6f982be9b00 100644 --- a/dev-lang/ispc/ispc-1.9.1.ebuild +++ b/dev-lang/ispc/ispc-1.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,8 +24,8 @@ SLOT="0" IUSE="examples" RDEPEND=" - >=sys-devel/clang-3.0 - >=sys-devel/llvm-3.0 + >=sys-devel/clang-3.0:0 + >=sys-devel/llvm-3.0:0 " DEPEND=" ${RDEPEND} diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index b81ffe367e6..5104895366d 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,8 +24,8 @@ SLOT="0" IUSE="examples" RDEPEND=" - >=sys-devel/clang-3.0 - >=sys-devel/llvm-3.0 + >=sys-devel/clang-3.0:* + >=sys-devel/llvm-3.0:* " DEPEND=" ${RDEPEND}