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 75C521382C5 for ; Tue, 20 Apr 2021 10:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF6C9E0858; Tue, 20 Apr 2021 10:34:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1958E0858 for ; Tue, 20 Apr 2021 10:34:33 +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 0CF07340E79 for ; Tue, 20 Apr 2021 10:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 843D959C for ; Tue, 20 Apr 2021 10:34:30 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1618914779.f1916e91ba0c3489b2542f0ae822630d1e0daa5b.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/zsh-autosuggestions/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild X-VCS-Directories: app-shells/zsh-autosuggestions/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: f1916e91ba0c3489b2542f0ae822630d1e0daa5b X-VCS-Branch: dev Date: Tue, 20 Apr 2021 10:34:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d82cda5-3feb-43e7-80aa-8f7e2ed299a4 X-Archives-Hash: 4fc3782d722f26e25b4f8d52be7fb95d commit: f1916e91ba0c3489b2542f0ae822630d1e0daa5b Author: Alessandro Barbieri gmail com> AuthorDate: Tue Apr 20 10:32:59 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Apr 20 10:32:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1916e91 app-shells/zsh-autosuggestions: fix path Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild index 53166b0f3..baa0f36eb 100644 --- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -17,8 +17,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" RESTRICT="!test? ( test )" -#test need byebug not packaged -#RESTRICT="test" RDEPEND=">=app-shells/zsh-4.3.11" BDEPEND=" test? ( @@ -33,7 +31,7 @@ DEPEND="" src_install() { insinto "/usr/share/zsh/site-functions/" - doins "${PN}.zsh" + doins "${WORKDIR}/all/${P}/${PN}.zsh" } pkg_postinst() {