Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/
Date: Mon, 30 May 2016 20:14:49
Message-Id: 1464639266.62b5ec5f57ab5546d045c86370ffd784b763a611.ottxor@gentoo
1 commit: 62b5ec5f57ab5546d045c86370ffd784b763a611
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:14:26 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 20:14:26 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=62b5ec5f
7
8 dev-lang/ispc: sync with gx86
9
10 Package-Manager: portage-2.2.28
11
12 dev-lang/ispc/ispc-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
16 index 8783019..53edbc7 100644
17 --- a/dev-lang/ispc/ispc-9999.ebuild
18 +++ b/dev-lang/ispc/ispc-9999.ebuild
19 @@ -1,15 +1,15 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI=5
26 +EAPI=6
27
28 PYTHON_COMPAT=( python2_7 )
29
30 inherit toolchain-funcs python-any-r1
31
32 DESCRIPTION="Intel SPMD Program Compiler"
33 -HOMEPAGE="http://ispc.github.com/"
34 +HOMEPAGE="https://ispc.github.com/"
35
36 if [[ ${PV} = *9999 ]]; then
37 inherit git-r3