aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-10-02 16:09:15 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-10-02 16:09:15 +0200
commit006e55b3995e2f3d2075be68f2600e3b12cdf70b (patch)
tree0d46ab60ebbd2d7fdac3033d78dff2e070886e58 /mail-client
parentsynchronize with Gentoo repository (diff)
downloadmozilla-006e55b3995e2f3d2075be68f2600e3b12cdf70b.tar.gz
mozilla-006e55b3995e2f3d2075be68f2600e3b12cdf70b.tar.bz2
mozilla-006e55b3995e2f3d2075be68f2600e3b12cdf70b.zip
synchronize with Gentoo repository
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/thunderbird-60.0-r3.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
index 246f6b1f..b10d1f68 100644
--- a/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
+++ b/mail-client/thunderbird/thunderbird-60.0-r3.ebuild
@@ -9,7 +9,7 @@ MOZ_LIGHTNING_VER="6.2"
MOZ_LIGHTNING_GDATA_VER="4.4.1"
PYTHON_COMPAT=( python3_{5,6,7} )
-PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
+PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
# This list can be updated using scripts/get_langs.sh from the mozilla overlay
MOZ_LANGS=(ar ast be bg br ca cs cy da de el en en-GB en-US es-AR
@@ -79,7 +79,7 @@ CDEPEND="
>=x11-libs/pixman-0.19.2
>=dev-libs/glib-2.26:2
>=sys-libs/zlib-1.2.3
- >=virtual/libffi-3.0.10
+ >=virtual/libffi-3.0.10:=
virtual/ffmpeg
x11-libs/libX11
x11-libs/libXcomposite
@@ -264,7 +264,7 @@ src_configure() {
# Force gcc
einfo "Enforcing the use of gcc due to USE=-clang ..."
CC=${CHOST}-gcc
- CXX=${CHOST}-gcc++
+ CXX=${CHOST}-g++
strip-unsupported-flags
fi