commit:     d2ba1f189aadca2fd0cff17eb8b8edcd93c1d93a
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Mon Sep  3 12:08:17 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Sep  3 12:11:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ba1f18

media-gfx/graphite2: Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE

Closes: https://bugs.gentoo.org/665040
Closes: https://bugs.gentoo.org/647304
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9755

 .../graphite2/{graphite2-1.3.11.ebuild => graphite2-1.3.11-r1.ebuild}  | 3 ++-
 .../graphite2/{graphite2-1.3.12.ebuild => graphite2-1.3.12-r1.ebuild}  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-gfx/graphite2/graphite2-1.3.11.ebuild 
b/media-gfx/graphite2/graphite2-1.3.11-r1.ebuild
similarity index 96%
rename from media-gfx/graphite2/graphite2-1.3.11.ebuild
rename to media-gfx/graphite2/graphite2-1.3.11-r1.ebuild
index 2eef1c68568..64d56a70455 100644
--- a/media-gfx/graphite2/graphite2-1.3.11.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.11-r1.ebuild
@@ -62,7 +62,8 @@ src_prepare() {
 
 multilib_src_configure() {
        local mycmakeargs=(
-               "-DVM_MACHINE_TYPE=direct"
+               # Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
+               "-DGRAPHITE2_VM_TYPE=direct"
                # https://sourceforge.net/p/silgraphite/bugs/49/
                $([[ ${CHOST} == powerpc*-apple* ]] && \
                        echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")

diff --git a/media-gfx/graphite2/graphite2-1.3.12.ebuild 
b/media-gfx/graphite2/graphite2-1.3.12-r1.ebuild
similarity index 96%
rename from media-gfx/graphite2/graphite2-1.3.12.ebuild
rename to media-gfx/graphite2/graphite2-1.3.12-r1.ebuild
index 2eef1c68568..64d56a70455 100644
--- a/media-gfx/graphite2/graphite2-1.3.12.ebuild
+++ b/media-gfx/graphite2/graphite2-1.3.12-r1.ebuild
@@ -62,7 +62,8 @@ src_prepare() {
 
 multilib_src_configure() {
        local mycmakeargs=(
-               "-DVM_MACHINE_TYPE=direct"
+               # Renamed VM_MACHINE_TYPE to GRAPHITE2_VM_TYPE
+               "-DGRAPHITE2_VM_TYPE=direct"
                # https://sourceforge.net/p/silgraphite/bugs/49/
                $([[ ${CHOST} == powerpc*-apple* ]] && \
                        echo "-DGRAPHITE2_NSEGCACHE:BOOL=ON")

Reply via email to