Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/amdapp/
Date: Wed, 23 Sep 2015 12:48:48
Message-Id: 1443011130.e98f4302900bd55a9d1a80ece294d5983cafcff0.jlec@gentoo
1 commit: e98f4302900bd55a9d1a80ece294d5983cafcff0
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 23 12:25:30 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 23 12:25:30 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e98f4302
7
8 dev-util/amdapp: Use default functions
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-util/amdapp/amdapp-2.9.1.ebuild | 2 +-
14 dev-util/amdapp/amdapp-2.9.ebuild | 2 +-
15 dev-util/amdapp/amdapp-3.0_beta.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-util/amdapp/amdapp-2.9.1.ebuild b/dev-util/amdapp/amdapp-2.9.1.ebuild
19 index b483113..657a362 100644
20 --- a/dev-util/amdapp/amdapp-2.9.1.ebuild
21 +++ b/dev-util/amdapp/amdapp-2.9.1.ebuild
22 @@ -67,7 +67,7 @@ src_prepare() {
23
24 src_compile() {
25 MAKEOPTS+=" -j1"
26 - use examples && cd samples/opencl && emake
27 + use examples && cd samples/opencl && default
28 }
29
30 src_install() {
31
32 diff --git a/dev-util/amdapp/amdapp-2.9.ebuild b/dev-util/amdapp/amdapp-2.9.ebuild
33 index 1620a54..9ad0deb 100644
34 --- a/dev-util/amdapp/amdapp-2.9.ebuild
35 +++ b/dev-util/amdapp/amdapp-2.9.ebuild
36 @@ -71,7 +71,7 @@ src_prepare() {
37
38 src_compile() {
39 MAKEOPTS+=" -j1"
40 - use examples && cd samples/opencl && emake
41 + use examples && cd samples/opencl && default
42 }
43
44 src_install() {
45
46 diff --git a/dev-util/amdapp/amdapp-3.0_beta.ebuild b/dev-util/amdapp/amdapp-3.0_beta.ebuild
47 index e9c7740..db1a8e6 100644
48 --- a/dev-util/amdapp/amdapp-3.0_beta.ebuild
49 +++ b/dev-util/amdapp/amdapp-3.0_beta.ebuild
50 @@ -67,7 +67,7 @@ src_prepare() {
51
52 src_compile() {
53 MAKEOPTS+=" -j1"
54 - use examples && cd samples/opencl && emake
55 + use examples && cd samples/opencl && default
56 }
57
58 src_install() {