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 E435813888F for ; Wed, 7 Oct 2015 15:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C0A1E0826; Wed, 7 Oct 2015 15:59:38 +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 A2C39E0826 for ; Wed, 7 Oct 2015 15:59:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90B3E3407D0 for ; Wed, 7 Oct 2015 15:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27DD6B27 for ; Wed, 7 Oct 2015 15:59:31 +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: <1444233630.1a28b030cf9827db23decff3786623fab031d1f6.ottxor@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.8.2-r1.ebuild dev-lang/ispc/ispc-1.8.2.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 1a28b030cf9827db23decff3786623fab031d1f6 X-VCS-Branch: master Date: Wed, 7 Oct 2015 15:59:31 +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: d40b9a84-3584-4c54-8cd4-f51d67c7fc5e X-Archives-Hash: a1d7433dec6b1da46c5dc982ad4ede3d commit: 1a28b030cf9827db23decff3786623fab031d1f6 Author: Christoph Junghans gentoo org> AuthorDate: Wed Oct 7 16:00:30 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Oct 7 16:00:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a28b030 dev-lang/ispc: doesn't build with <=llvm-3.3 Details on github ispc/ispc#1096 Gentoo-Bug: #560038 Package-Manager: portage-2.2.20.1 dev-lang/ispc/{ispc-1.8.2.ebuild => ispc-1.8.2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/ispc/ispc-1.8.2.ebuild b/dev-lang/ispc/ispc-1.8.2-r1.ebuild similarity index 95% rename from dev-lang/ispc/ispc-1.8.2.ebuild rename to dev-lang/ispc/ispc-1.8.2-r1.ebuild index 0d283bb..7c0ad7e 100644 --- a/dev-lang/ispc/ispc-1.8.2.ebuild +++ b/dev-lang/ispc/ispc-1.8.2-r1.ebuild @@ -25,8 +25,8 @@ SLOT="0" IUSE="examples" RDEPEND=" - >=sys-devel/clang-3.0 - >=sys-devel/llvm-3.0 + >=sys-devel/clang-3.4 + >=sys-devel/llvm-3.4 " DEPEND=" ${RDEPEND}