From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A01971381F3 for ; Wed, 26 Jun 2013 00:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1720FE09E8; Wed, 26 Jun 2013 00:29:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0CF8E09E8 for ; Wed, 26 Jun 2013 00:29:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B925633DD01 for ; Wed, 26 Jun 2013 00:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 61601E468F for ; Wed, 26 Jun 2013 00:29:54 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1372206551.15f3319d64c0fd71459ecd4107637732a9b8fe8a.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/ispc/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/ispc/ChangeLog dev-lang/ispc/ispc-9999.ebuild X-VCS-Directories: dev-lang/ispc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 15f3319d64c0fd71459ecd4107637732a9b8fe8a X-VCS-Branch: master Date: Wed, 26 Jun 2013 00:29:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ff5d094-9ada-4024-aa90-04251f530a42 X-Archives-Hash: 1891eac2e626cb21eb4ed1d73559b176 commit: 15f3319d64c0fd71459ecd4107637732a9b8fe8a Author: Christoph Junghans gentoo org> AuthorDate: Wed Jun 26 00:29:11 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Wed Jun 26 00:29:11 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=15f3319d sync with gx86 Package-Manager: portage-2.2.0_alpha185 --- dev-lang/ispc/ChangeLog | 3 +++ dev-lang/ispc/ispc-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index dddbc8a..e7634ed 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 ispc-9999.ebuild: + sync with gx86 + 14 Jun 2013; Justin Lecher 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 3b6eac0..fa19e55 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="