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 E0EB5138334 for ; Wed, 31 Oct 2018 19:10:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3543E095F; Wed, 31 Oct 2018 19:10:48 +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 88B87E095F for ; Wed, 31 Oct 2018 19:10:48 +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 AB471335CCB for ; Wed, 31 Oct 2018 19:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7530D452 for ; Wed, 31 Oct 2018 19:10:44 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1541012994.216aa553ff6229a4ca88cabb75f2a3dca7bbaa45.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/cairo/cairo-1.16.0-r1.ebuild x11-libs/cairo/cairo-1.16.0-r2.ebuild x11-libs/cairo/cairo-9999.ebuild X-VCS-Directories: x11-libs/cairo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 216aa553ff6229a4ca88cabb75f2a3dca7bbaa45 X-VCS-Branch: master Date: Wed, 31 Oct 2018 19:10:44 +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: c1e06e24-b796-4dc7-9d14-48d66dec837a X-Archives-Hash: 463caa4aab563226178ef612d9fe7afb commit: 216aa553ff6229a4ca88cabb75f2a3dca7bbaa45 Author: Matt Turner gentoo org> AuthorDate: Wed Oct 31 19:07:15 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 31 19:09:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216aa553 x11-libs/cairo: x11-libs/cairo: Build interpreter unconditionally Closes: https://bugs.gentoo.org/669972 Signed-off-by: Matt Turner gentoo.org> x11-libs/cairo/{cairo-1.16.0-r1.ebuild => cairo-1.16.0-r2.ebuild} | 3 ++- x11-libs/cairo/cairo-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-libs/cairo/cairo-1.16.0-r1.ebuild b/x11-libs/cairo/cairo-1.16.0-r2.ebuild similarity index 98% rename from x11-libs/cairo/cairo-1.16.0-r1.ebuild rename to x11-libs/cairo/cairo-1.16.0-r2.ebuild index 52e56a49b8f..50f6c6a7649 100644 --- a/x11-libs/cairo/cairo-1.16.0-r1.ebuild +++ b/x11-libs/cairo/cairo-1.16.0-r2.ebuild @@ -105,7 +105,6 @@ multilib_src_configure() { $(use_enable opengl gl) \ $(use_enable static-libs static) \ $(use_enable svg) \ - $(use_enable utils interpreter) \ $(use_enable utils trace) \ $(use_enable valgrind) \ $(use_enable xcb) \ @@ -114,6 +113,8 @@ multilib_src_configure() { --enable-pdf \ --enable-png \ --enable-ps \ + --enable-script \ + --enable-interpreter \ --disable-drm \ --disable-directfb \ --disable-gallium \ diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild index 52e56a49b8f..50f6c6a7649 100644 --- a/x11-libs/cairo/cairo-9999.ebuild +++ b/x11-libs/cairo/cairo-9999.ebuild @@ -105,7 +105,6 @@ multilib_src_configure() { $(use_enable opengl gl) \ $(use_enable static-libs static) \ $(use_enable svg) \ - $(use_enable utils interpreter) \ $(use_enable utils trace) \ $(use_enable valgrind) \ $(use_enable xcb) \ @@ -114,6 +113,8 @@ multilib_src_configure() { --enable-pdf \ --enable-png \ --enable-ps \ + --enable-script \ + --enable-interpreter \ --disable-drm \ --disable-directfb \ --disable-gallium \