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 5E199138ACF for ; Tue, 13 Jan 2015 02:06:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D11CE081D; Tue, 13 Jan 2015 02:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A140E081D for ; Tue, 13 Jan 2015 02:06:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1BBE3406D0 for ; Tue, 13 Jan 2015 02:06:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9800AF743 for ; Tue, 13 Jan 2015 02:06:16 +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: <1421054930.f737bf7d1364f66c01a5cd1b22693b459cf8be0b.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/arrayfire-9999.ebuild X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: f737bf7d1364f66c01a5cd1b22693b459cf8be0b X-VCS-Branch: master Date: Tue, 13 Jan 2015 02:06:16 +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: 927b2423-d097-4192-885e-d1fffe0f6bd0 X-Archives-Hash: 71dcf32cdb8e0da5005c353ba932afc9 commit: f737bf7d1364f66c01a5cd1b22693b459cf8be0b Author: Marius Brehler linux sungazer de> AuthorDate: Mon Jan 12 09:28:50 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jan 12 09:28:50 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f737bf7d sci-libs/arrayfire: Pull master branch (default HEAD points to devel) --- sci-libs/arrayfire/arrayfire-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 107af24..72eddd6 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -11,6 +11,7 @@ GTEST_PV="1.7.0" DESCRIPTION="A general purpose GPU library." HOMEPAGE="http://www.arrayfire.com/" EGIT_REPO_URI="https://github.com/arrayfire/arrayfire.git" +EGIT_BRANCH="master" SRC_URI="test? ( https://googletest.googlecode.com/files/gtest-${GTEST_PV}.zip )" KEYWORDS="~amd64"