From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9908139694 for ; Sat, 20 May 2017 14:40:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D61F21C09B; Sat, 20 May 2017 14:40:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1ACBE21C09B for ; Sat, 20 May 2017 14:40:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D48DF3416C2 for ; Sat, 20 May 2017 14:40:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F44C7462 for ; Sat, 20 May 2017 14:40:47 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1495291222.333e730b95de151c2c2f31337cd89ca3b5cb89c5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/gnome-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/gnome-terminal/gnome-terminal-3.22.2.ebuild x11-terms/gnome-terminal/gnome-terminal-3.24.2.ebuild X-VCS-Directories: x11-terms/gnome-terminal/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 333e730b95de151c2c2f31337cd89ca3b5cb89c5 X-VCS-Branch: master Date: Sat, 20 May 2017 14:40:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 848d7be0-a1e6-46d7-b917-d7f603dfd63c X-Archives-Hash: 624670a245de73b069115748afd977b6 commit: 333e730b95de151c2c2f31337cd89ca3b5cb89c5 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 20 14:35:45 2017 +0000 Commit: Mart Raudsepp gentoo 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