mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
eclass/mozcoreconf-v6.eclass: adjust setting for building comm targets
Thunderbird and Seamonkey from v60 onwards are now built from the 'comm/mail' and 'comm/suite' application targets respectively, instead of the old 'mail' and 'suite'. This change is not backwards compatible with mozilla versions prior to v60.
This commit is contained in:
@@ -142,11 +142,13 @@ mozconfig_init() {
|
||||
seamonkey)
|
||||
# Must create the initial mozconfig to enable application
|
||||
: >.mozconfig || die "initial mozconfig creation failed"
|
||||
mozconfig_annotate "" --enable-application=suite ;;
|
||||
# NOTE--this is not compatible with mozilla prior to v60
|
||||
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 ;;
|
||||
# NOTE--this is not compatible with mozilla prior to v60
|
||||
mozconfig_annotate "" --enable-application=comm/mail ;;
|
||||
esac
|
||||
|
||||
####################################
|
||||
|
||||
Reference in New Issue
Block a user