Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-base/libobjc2/
Date: Wed, 03 May 2017 20:46:05
Message-Id: 1493844351.fc65568fe5b5dc227c7bc3590587cd1309082c36.soap@gentoo
1 commit: fc65568fe5b5dc227c7bc3590587cd1309082c36
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 20:45:30 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 20:45:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc65568f
7
8 gnustep-base/libobjc2: [QA] Remove PREFIX setting for CMake
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 gnustep-base/libobjc2/libobjc2-1.8.1.ebuild | 3 +--
13 gnustep-base/libobjc2/libobjc2-1.8.ebuild | 3 +--
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild
17 index 40e6b673050..a82b0cf0f77 100644
18 --- a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild
19 +++ b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -32,7 +32,6 @@ src_configure() {
27 export CC=clang
28 export CXX=clang++
29
30 - export PREFIX=/usr
31 local mycmakeargs=(
32 -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND
33 $(cmake-utils_use boehm-gc BOEHM_GC)
34
35 diff --git a/gnustep-base/libobjc2/libobjc2-1.8.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.ebuild
36 index 40e6b673050..a82b0cf0f77 100644
37 --- a/gnustep-base/libobjc2/libobjc2-1.8.ebuild
38 +++ b/gnustep-base/libobjc2/libobjc2-1.8.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -32,7 +32,6 @@ src_configure() {
46 export CC=clang
47 export CXX=clang++
48
49 - export PREFIX=/usr
50 local mycmakeargs=(
51 -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND
52 $(cmake-utils_use boehm-gc BOEHM_GC)