commit: 216aa553ff6229a4ca88cabb75f2a3dca7bbaa45 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Oct 31 19:07:15 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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 \
