commit:     e98f4302900bd55a9d1a80ece294d5983cafcff0
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:25:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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() {

Reply via email to