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 B632713881D for ; Wed, 23 Sep 2015 12:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F5BC21C04B; Wed, 23 Sep 2015 12:48:27 +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 B146521C04B for ; Wed, 23 Sep 2015 12:48:26 +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 ECA16340924 for ; Wed, 23 Sep 2015 12:48:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E84B524D for ; Wed, 23 Sep 2015 12:48:11 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443011130.e98f4302900bd55a9d1a80ece294d5983cafcff0.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/amdapp/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/amdapp/amdapp-2.9.1.ebuild dev-util/amdapp/amdapp-2.9.ebuild dev-util/amdapp/amdapp-3.0_beta.ebuild X-VCS-Directories: dev-util/amdapp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e98f4302900bd55a9d1a80ece294d5983cafcff0 X-VCS-Branch: master Date: Wed, 23 Sep 2015 12:48:11 +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: 891f7b93-6e8b-45ea-b96f-bf3f796f084a X-Archives-Hash: 21f6c47e5d91e70339ae19d54789d1a0 commit: e98f4302900bd55a9d1a80ece294d5983cafcff0 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 23 12:25:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 23 12:25:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e98f4302 dev-util/amdapp: Use default functions Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher gentoo.org> dev-util/amdapp/amdapp-2.9.1.ebuild | 2 +- dev-util/amdapp/amdapp-2.9.ebuild | 2 +- dev-util/amdapp/amdapp-3.0_beta.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/amdapp/amdapp-2.9.1.ebuild b/dev-util/amdapp/amdapp-2.9.1.ebuild index b483113..657a362 100644 --- a/dev-util/amdapp/amdapp-2.9.1.ebuild +++ b/dev-util/amdapp/amdapp-2.9.1.ebuild @@ -67,7 +67,7 @@ src_prepare() { src_compile() { MAKEOPTS+=" -j1" - use examples && cd samples/opencl && emake + use examples && cd samples/opencl && default } src_install() { diff --git a/dev-util/amdapp/amdapp-2.9.ebuild b/dev-util/amdapp/amdapp-2.9.ebuild index 1620a54..9ad0deb 100644 --- a/dev-util/amdapp/amdapp-2.9.ebuild +++ b/dev-util/amdapp/amdapp-2.9.ebuild @@ -71,7 +71,7 @@ src_prepare() { src_compile() { MAKEOPTS+=" -j1" - use examples && cd samples/opencl && emake + use examples && cd samples/opencl && default } src_install() { diff --git a/dev-util/amdapp/amdapp-3.0_beta.ebuild b/dev-util/amdapp/amdapp-3.0_beta.ebuild index e9c7740..db1a8e6 100644 --- a/dev-util/amdapp/amdapp-3.0_beta.ebuild +++ b/dev-util/amdapp/amdapp-3.0_beta.ebuild @@ -67,7 +67,7 @@ src_prepare() { src_compile() { MAKEOPTS+=" -j1" - use examples && cd samples/opencl && emake + use examples && cd samples/opencl && default } src_install() {