browser: tweak for multi-branch compatibility
The current branches lack both firefox 29+ and firefox-classic_theme_restorer, correspondingly; sisyphus has those; the feature shouldn't pose any problems in both cases, should it?
This commit is contained in:
parent
796a82193d
commit
41a3f09132
@ -1,6 +1,6 @@
|
||||
use/browser:
|
||||
@$(call add_feature)
|
||||
@$(call add,THE_PACKAGES,$$(THE_BROWSER))
|
||||
@$(call add,THE_PACKAGES_REGEXP,$$(THE_BROWSER))
|
||||
@$(call try,THE_BROWSER,webclient) # fallback
|
||||
|
||||
use/browser/firefox use/browser/seamonkey \
|
||||
@ -25,7 +25,7 @@ use/browser/firefox/i18n: use/browser/firefox
|
||||
|
||||
# fx29+
|
||||
use/browser/firefox/classic: use/browser/firefox
|
||||
@$(call add,THE_BROWSER,firefox-classic_theme_restorer)
|
||||
@$(call add,THE_BROWSER,firefox-classic_theme_restorer.*)
|
||||
|
||||
use/browser/seamonkey/i18n: use/browser/seamonkey
|
||||
@$(call add,THE_BROWSER,seamonkey-ru)
|
||||
|
Loading…
Reference in New Issue
Block a user