From fc65568fe5b5dc227c7bc3590587cd1309082c36 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 3 May 2017 22:45:30 +0200 Subject: [PATCH] gnustep-base/libobjc2: [QA] Remove PREFIX setting for CMake Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- gnustep-base/libobjc2/libobjc2-1.8.1.ebuild | 3 +-- gnustep-base/libobjc2/libobjc2-1.8.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild index 40e6b673050b5..a82b0cf0f772a 100644 --- a/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild +++ b/gnustep-base/libobjc2/libobjc2-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,6 @@ src_configure() { export CC=clang export CXX=clang++ - export PREFIX=/usr local mycmakeargs=( -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND $(cmake-utils_use boehm-gc BOEHM_GC) diff --git a/gnustep-base/libobjc2/libobjc2-1.8.ebuild b/gnustep-base/libobjc2/libobjc2-1.8.ebuild index 40e6b673050b5..a82b0cf0f772a 100644 --- a/gnustep-base/libobjc2/libobjc2-1.8.ebuild +++ b/gnustep-base/libobjc2/libobjc2-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,6 @@ src_configure() { export CC=clang export CXX=clang++ - export PREFIX=/usr local mycmakeargs=( -DGNUSTEP_CONFIG=GNUSTEP_CONFIG-NOTFOUND $(cmake-utils_use boehm-gc BOEHM_GC)