Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517310 | Differences between
and this patch

Collapse All | Expand All

(-)a/man/emerge.1 (-2 / +3 lines)
Lines 716-723 Disable the warning message that's shown prior to Link Here
716
to be set in the \fBmake.conf\fR(5)
716
to be set in the \fBmake.conf\fR(5)
717
\fBEMERGE_DEFAULT_OPTS\fR variable.
717
\fBEMERGE_DEFAULT_OPTS\fR variable.
718
.TP
718
.TP
719
.BR "\-\-read-news [ y | n ]"
719
.BR "\-\-read\-news [ y | n ]"
720
Offer to read news via eselect if there are unread news.
720
Offer to read news via eselect if there are unread news. This option
721
has no effect unless \fB\-\-ask\fR is enabled.
721
.TP
722
.TP
722
.BR "\-\-rebuild\-if\-new\-slot [ y | n ]"
723
.BR "\-\-rebuild\-if\-new\-slot [ y | n ]"
723
Automatically rebuild or reinstall packages when slot/sub\-slot :=
724
Automatically rebuild or reinstall packages when slot/sub\-slot :=
(-)a/pym/_emerge/actions.py (-1 / +1 lines)
Lines 4064-4069 def run_action(emerge_config): Link Here
4064
			uq = UserQuery(emerge_config.opts)
4064
			uq = UserQuery(emerge_config.opts)
4065
			if display_news_notification(emerge_config.target_config,
4065
			if display_news_notification(emerge_config.target_config,
4066
								emerge_config.opts) \
4066
								emerge_config.opts) \
4067
				and "--ask" in emerge_config.opt \
4067
				and "--read-news" in emerge_config.opts \
4068
				and "--read-news" in emerge_config.opts \
4068
				and uq.query("Would you like to read the news items while " \
4069
				and uq.query("Would you like to read the news items while " \
4069
						"calculating dependencies?",
4070
						"calculating dependencies?",
4070
- 

Return to bug 517310