Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/cairo/
Date: Wed, 31 Oct 2018 19:10:50
Message-Id: 1541012994.216aa553ff6229a4ca88cabb75f2a3dca7bbaa45.mattst88@gentoo
1 commit: 216aa553ff6229a4ca88cabb75f2a3dca7bbaa45
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 19:07:15 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 19:09:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=216aa553
7
8 x11-libs/cairo: x11-libs/cairo: Build interpreter unconditionally
9
10 Closes: https://bugs.gentoo.org/669972
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/cairo/{cairo-1.16.0-r1.ebuild => cairo-1.16.0-r2.ebuild} | 3 ++-
14 x11-libs/cairo/cairo-9999.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/cairo/cairo-1.16.0-r1.ebuild b/x11-libs/cairo/cairo-1.16.0-r2.ebuild
18 similarity index 98%
19 rename from x11-libs/cairo/cairo-1.16.0-r1.ebuild
20 rename to x11-libs/cairo/cairo-1.16.0-r2.ebuild
21 index 52e56a49b8f..50f6c6a7649 100644
22 --- a/x11-libs/cairo/cairo-1.16.0-r1.ebuild
23 +++ b/x11-libs/cairo/cairo-1.16.0-r2.ebuild
24 @@ -105,7 +105,6 @@ multilib_src_configure() {
25 $(use_enable opengl gl) \
26 $(use_enable static-libs static) \
27 $(use_enable svg) \
28 - $(use_enable utils interpreter) \
29 $(use_enable utils trace) \
30 $(use_enable valgrind) \
31 $(use_enable xcb) \
32 @@ -114,6 +113,8 @@ multilib_src_configure() {
33 --enable-pdf \
34 --enable-png \
35 --enable-ps \
36 + --enable-script \
37 + --enable-interpreter \
38 --disable-drm \
39 --disable-directfb \
40 --disable-gallium \
41
42 diff --git a/x11-libs/cairo/cairo-9999.ebuild b/x11-libs/cairo/cairo-9999.ebuild
43 index 52e56a49b8f..50f6c6a7649 100644
44 --- a/x11-libs/cairo/cairo-9999.ebuild
45 +++ b/x11-libs/cairo/cairo-9999.ebuild
46 @@ -105,7 +105,6 @@ multilib_src_configure() {
47 $(use_enable opengl gl) \
48 $(use_enable static-libs static) \
49 $(use_enable svg) \
50 - $(use_enable utils interpreter) \
51 $(use_enable utils trace) \
52 $(use_enable valgrind) \
53 $(use_enable xcb) \
54 @@ -114,6 +113,8 @@ multilib_src_configure() {
55 --enable-pdf \
56 --enable-png \
57 --enable-ps \
58 + --enable-script \
59 + --enable-interpreter \
60 --disable-drm \
61 --disable-directfb \
62 --disable-gallium \