commit: 333e730b95de151c2c2f31337cd89ca3b5cb89c5
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 20 14:35:45 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 20 14:40:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=333e730b
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(-)
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 5a4c1b3e1b4..0ef374d387c 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 486db9e8506..0a7b6da0999 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