From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74FCA138334 for ; Mon, 3 Sep 2018 12:11:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF87DE0866; Mon, 3 Sep 2018 12:11:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87CF7E0866 for ; Mon, 3 Sep 2018 12:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21E4B335C96 for ; Mon, 3 Sep 2018 12:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8855F3C8 for ; Mon, 3 Sep 2018 12:11:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1535976668.d2ba1f189aadca2fd0cff17eb8b8edcd93c1d93a.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphite2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphite2/graphite2-1.3.11-r1.ebuild media-gfx/graphite2/graphite2-1.3.11.ebuild media-gfx/graphite2/graphite2-1.3.12-r1.ebuild media-gfx/graphite2/graphite2-1.3.12.ebuild X-VCS-Directories: media-gfx/graphite2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d2ba1f189aadca2fd0cff17eb8b8edcd93c1d93a X-VCS-Branch: master Date: Mon, 3 Sep 2018 12:11:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a11cb872-9b77-45e8-af4b-17c4b0228e84 X-Archives-Hash: 96acb97bd77f9888576df7bc4506cfe3 commit: d2ba1f189aadca2fd0cff17eb8b8edcd93c1d93a Author: Conrad Kostecki kostecki com> AuthorDate: Mon Sep 3 12:08:17 2018 +0000 Commit: Lars Wendler gentoo 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")