commit: 3a89dfb3e1c516626eecd8c845984c215afa6793
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 12:59:16 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 12:59:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a89dfb3
media-gfx/graphite2: Remove the call to _cmake_check_build_dir, bug 573362
Package-Manager: portage-2.2.27
media-gfx/graphite2/graphite2-1.3.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-gfx/graphite2/graphite2-1.3.5-r1.ebuild
b/media-gfx/graphite2/graphite2-1.3.5-r1.ebuild
index a9d1fa8..06f8303 100644
--- a/media-gfx/graphite2/graphite2-1.3.5-r1.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.5-r1.ebuild
@@ -74,7 +74,7 @@ multilib_src_configure() {
# fix perl linking
if multilib_is_native_abi && use perl; then
- _cmake_check_build_dir init
+ # we rely on the fact that cmake-utils_src_configure sets
BUILD_DIR
sed -i \
-e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
"${S}"/contrib/perl/Build.PL || die