commit: 76af0a40a82f321337bcbc4699f3f11c27a4619c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 08:16:00 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 08:16:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76af0a40
media-gfx/graphite2: fix function call
The function was renamed in e4b034ec87ff80561b18d52ee07df66b04a50cab but usage
was never checked for because it is supposed to be a private function.
Gentoo-bug: 573362
Package-Manager: portage-2.2.27
media-gfx/graphite2/graphite2-1.2.1.ebuild | 2 +-
media-gfx/graphite2/graphite2-1.2.4-r1.ebuild | 2 +-
media-gfx/graphite2/graphite2-1.2.4.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-gfx/graphite2/graphite2-1.2.1.ebuild
b/media-gfx/graphite2/graphite2-1.2.1.ebuild
index 0cb3b12..b9f54cb 100644
--- a/media-gfx/graphite2/graphite2-1.2.1.ebuild
+++ b/media-gfx/graphite2/graphite2-1.2.1.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
# fix perl linking
if use perl; then
- _check_build_dir init
+ _cmake_check_build_dir init
sed -i \
-e "s:@BUILD_DIR@:\"${CMAKE_BUILD_DIR}/src\":" \
contrib/perl/Build.PL || die
diff --git a/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild
b/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild
index 42b25cf..6a40a4c 100644
--- a/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild
+++ b/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild
@@ -69,7 +69,7 @@ multilib_src_configure() {
# fix perl linking
if multilib_is_native_abi && use perl; then
- _check_build_dir init
+ _cmake_check_build_dir init
sed -i \
-e "s:@BUILD_DIR@:\"${BUILD_DIR}/src\":" \
"${S}"/contrib/perl/Build.PL || die
diff --git a/media-gfx/graphite2/graphite2-1.2.4.ebuild
b/media-gfx/graphite2/graphite2-1.2.4.ebuild
index 4d5525c..067c996 100644
--- a/media-gfx/graphite2/graphite2-1.2.4.ebuild
+++ b/media-gfx/graphite2/graphite2-1.2.4.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
# fix perl linking
if use perl; then
- _check_build_dir init
+ _cmake_check_build_dir init
sed -i \
-e "s:@BUILD_DIR@:\"${CMAKE_BUILD_DIR}/src\":" \
contrib/perl/Build.PL || die