From 8c6cdf75fa1e6e9aa4b84b18c978d1d908e650db Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 11 May 2014 20:17:23 -0600 Subject: sync with gx86 Package-Manager: portage-2.2.8-r1 --- dev-lang/ispc/ispc-9999.ebuild | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'dev-lang/ispc/ispc-9999.ebuild') diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild index afb92c36e..c859a817b 100644 --- a/dev-lang/ispc/ispc-9999.ebuild +++ b/dev-lang/ispc/ispc-9999.ebuild @@ -6,17 +6,23 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit git-r3 toolchain-funcs python-any-r1 +inherit toolchain-funcs python-any-r1 DESCRIPTION="Intel SPMD Program Compiler" HOMEPAGE="http://ispc.github.com/" -SRC_URI="" -EGIT_REPO_URI="git://github.com/ispc/ispc.git" + +if [[ ${PV} = *9999 ]]; then + inherit git-r3 + 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 LICENSE="BSD BSD-2 UoI-NCSA" SLOT="0" IUSE="examples" -KEYWORDS="" RDEPEND=" >=sys-devel/clang-3.0 -- cgit v1.2.3-65-gdbad