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
This commit is contained in:
Mart Raudsepp
2017-05-20 17:35:45 +03:00
parent 9cb1700e0b
commit 333e730b95
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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