From 333e730b95de151c2c2f31337cd89ca3b5cb89c5 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sat, 20 May 2017 17:35:45 +0300 Subject: x11-terms/gnome-terminal: fix vte.sh reference in postinst readme message to be vte SLOT based as needed Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild | 2 +- x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-terms/gnome-terminal') diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild index 5a4c1b3e1b42..0ef374d387ce 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild @@ -39,7 +39,7 @@ DEPEND="${RDEPEND} DOC_CONTENTS="To get previous working directory inherited in new opened tab you will need to add the following line to your ~/.bashrc:\n - . /etc/profile.d/vte.sh" + . /etc/profile.d/vte-2.91.sh" src_prepare() { if ! use vanilla; then diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild index 486db9e85068..0a7b6da09997 100644 --- a/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild +++ b/x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} DOC_CONTENTS="To get previous working directory inherited in new opened tab, or notifications of long-running commands finishing, you will need to add the following line to your ~/.bashrc:\n - . /etc/profile.d/vte-${SLOT}.sh" + . /etc/profile.d/vte-2.91.sh" src_prepare() { if ! use vanilla; then -- cgit v1.2.3-65-gdbad