diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 17:35:45 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-05-20 17:40:22 +0300 |
commit | 333e730b95de151c2c2f31337cd89ca3b5cb89c5 (patch) | |
tree | 4cb719ffcde121139705821183f4e4799563a1bd /x11-terms | |
parent | x11-terms/gnome-terminal: remove old (diff) | |
download | gentoo-333e730b95de151c2c2f31337cd89ca3b5cb89c5.tar.gz gentoo-333e730b95de151c2c2f31337cd89ca3b5cb89c5.tar.bz2 gentoo-333e730b95de151c2c2f31337cd89ca3b5cb89c5.zip |
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
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |