aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2018-07-16 22:28:27 -0400
committerIan Stakenvicius <axs@gentoo.org>2018-07-16 22:29:25 -0400
commit83c9c132c36b97730860ce17f6d436eb1e0167b2 (patch)
tree0c9aec578a4b1067e7327db5bce680c491b8bb52 /eclass
parentwww-client/firefox: Version 62.0_beta6 bump (diff)
downloadmozilla-83c9c132c36b97730860ce17f6d436eb1e0167b2.tar.gz
mozilla-83c9c132c36b97730860ce17f6d436eb1e0167b2.tar.bz2
mozilla-83c9c132c36b97730860ce17f6d436eb1e0167b2.zip
thunderbird: add ebuild for 60.0b10 for testing
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozcoreconf-v6.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
index 2f1b0e3d..46d9cd35 100644
--- a/eclass/mozcoreconf-v6.eclass
+++ b/eclass/mozcoreconf-v6.eclass
@@ -146,11 +146,11 @@ mozconfig_init() {
seamonkey)
# Must create the initial mozconfig to enable application
: >.mozconfig || die "initial mozconfig creation failed"
- mozconfig_annotate "" --enable-application=suite ;;
+ mozconfig_annotate "" --enable-application=comm/suite ;;
*thunderbird)
# Must create the initial mozconfig to enable application
: >.mozconfig || die "initial mozconfig creation failed"
- mozconfig_annotate "" --enable-application=mail ;;
+ mozconfig_annotate "" --enable-application=comm/mail ;;
esac
####################################