summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-11-26 15:00:56 -0500
committerIan Stakenvicius <axs@gentoo.org>2015-11-26 17:36:22 -0500
commit4685283687481f2ccdfb9122075471e262391851 (patch)
tree0d5738acac4b12ca84bd941ebd75f23b8161829e /eclass
parent07aaa5bcc05d01092ec5b6665dd5392ace47be99 (diff)
downloadgentoo-4685283687481f2ccdfb9122075471e262391851.tar.gz
gentoo-4685283687481f2ccdfb9122075471e262391851.tar.xz
mail-client/thunderbird: version bump; disabled skia in mozconfig-v6.38.eclass
38.4 verison finally released As skia is not available or supported in gentoo, explicitly disabling it in the configuration allows for some streamlining. Patches from the musl overlay have also been integrated.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v6.38.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
index a69de8c36e0..dc32140cb82 100644
--- a/eclass/mozconfig-v6.38.eclass
+++ b/eclass/mozconfig-v6.38.eclass
@@ -208,6 +208,7 @@ mozconfig_config() {
mozconfig_annotate '' --enable-system-ffi
mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold
mozconfig_annotate '' --disable-gconf
+ mozconfig_annotate 'Gentoo default' --disable-skia
# Use jemalloc unless libc is not glibc >= 2.4
# at this time the minimum glibc in the tree is 2.9 so we should be safe.