aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2013-06-25 18:29:11 -0600
committerChristoph Junghans <ottxor@gentoo.org>2013-06-25 18:29:11 -0600
commit15f3319d64c0fd71459ecd4107637732a9b8fe8a (patch)
treedc0d49202836f50c72c86ded5352d0c13bc53226
parentsys-cluster/charm-6.5.0: Reorganized DEPENDs. (diff)
downloadsci-15f3319d64c0fd71459ecd4107637732a9b8fe8a.tar.gz
sci-15f3319d64c0fd71459ecd4107637732a9b8fe8a.tar.bz2
sci-15f3319d64c0fd71459ecd4107637732a9b8fe8a.zip
sync with gx86
Package-Manager: portage-2.2.0_alpha185
-rw-r--r--dev-lang/ispc/ChangeLog3
-rw-r--r--dev-lang/ispc/ispc-9999.ebuild3
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog
index dddbc8a4d..e7634ed18 100644
--- a/dev-lang/ispc/ChangeLog
+++ b/dev-lang/ispc/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Jun 2013; Christoph Junghans <ottxor@gentoo.org> ispc-9999.ebuild:
+ sync with gx86
+
14 Jun 2013; Justin Lecher <jlec@gentoo.org> ispc-9999.ebuild:
Drop KEYWORDS of live ebuilds
diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index 3b6eac0d8..fa19e5576 100644
--- a/dev-lang/ispc/ispc-9999.ebuild
+++ b/dev-lang/ispc/ispc-9999.ebuild
@@ -14,13 +14,14 @@ 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
LICENSE="BSD BSD-2 UoI-NCSA"
SLOT="0"
-KEYWORDS=""
IUSE="examples"
RDEPEND="