diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-05-30 14:14:26 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-05-30 14:14:26 -0600 |
commit | 62b5ec5f57ab5546d045c86370ffd784b763a611 (patch) | |
tree | c109b91a2c68131a2eb0335c24f46d7f1b2f5562 /dev-lang/ispc/ispc-9999.ebuild | |
parent | dev-util/nvidia-cuda-toolkit: Only install gdb src if debugger is selected (diff) | |
download | sci-62b5ec5f57ab5546d045c86370ffd784b763a611.tar.gz sci-62b5ec5f57ab5546d045c86370ffd784b763a611.tar.bz2 sci-62b5ec5f57ab5546d045c86370ffd784b763a611.zip |
dev-lang/ispc: sync with gx86
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-lang/ispc/ispc-9999.ebuild')
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index 8783019c7..53edbc7ad 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" -HOMEPAGE="http://ispc.github.com/" +HOMEPAGE="https://ispc.github.com/" if [[ ${PV} = *9999 ]]; then inherit git-r3 |