diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-01-06 20:11:23 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-01-06 20:11:23 +0100 |
commit | 66601918f54b9a870d8e436d77c4fdefd046f264 (patch) | |
tree | 08531eb7a7e6cc2048b8efcd05e2af0a5c148e0c /dev-lang/ispc/ispc-9999.ebuild | |
parent | dev-tex/pythontex: Switch from git-2 to git-r3 (diff) | |
download | sci-66601918f54b9a870d8e436d77c4fdefd046f264.tar.gz sci-66601918f54b9a870d8e436d77c4fdefd046f264.tar.bz2 sci-66601918f54b9a870d8e436d77c4fdefd046f264.zip |
dev-lang/ispc: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'dev-lang/ispc/ispc-9999.ebuild')
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index a0ee3b06f..afb92c36e 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -6,23 +6,17 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit toolchain-funcs python-any-r1 +inherit git-r3 toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE="http://ispc.github.com/" - -if [[ ${PV} = *9999 ]]; then - inherit git-2 - EGIT_REPO_URI="git://github.com/ispc/ispc.git" - KEYWORDS="" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="" +EGIT_REPO_URI="git://github.com/ispc/ispc.git" LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" IUSE="examples" +KEYWORDS="" RDEPEND=" >=sys-devel/clang-3.0 |