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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C5811581E7 for ; Wed, 24 Apr 2024 01:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345D1E29D6; Wed, 24 Apr 2024 01:40:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F7BCE29D6 for ; Wed, 24 Apr 2024 01:40:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F06543431BD for ; Wed, 24 Apr 2024 01:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A3D71590 for ; Wed, 24 Apr 2024 01:40:46 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1713922827.98f224228dcdcb24cc697b60069a89cec75d40e2.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/geeknote/geeknote-9999.ebuild X-VCS-Directories: app-doc/geeknote/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: 98f224228dcdcb24cc697b60069a89cec75d40e2 X-VCS-Branch: dev Date: Wed, 24 Apr 2024 01:40:46 +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: be25cf28-f0e5-460e-a805-07199a2d03b3 X-Archives-Hash: f0d4cb8718ba6ad420cbc50ec12989b3 commit: 98f224228dcdcb24cc697b60069a89cec75d40e2 Author: Vitaly Zdanevich ya ru> AuthorDate: Wed Apr 24 01:40:27 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Wed Apr 24 01:40:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98f22422 app-doc/geeknote: Add RESTRICT="test" Signed-off-by: Vitaly Zdanevich ya.ru> app-doc/geeknote/geeknote-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild index acce7676d7..0ff572714f 100644 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ b/app-doc/geeknote/geeknote-9999.ebuild @@ -27,6 +27,8 @@ RDEPEND=" PATCHES=( "${FILESDIR}/${P}-remove_completion_from_setup.patch" ) +RESTRICT="test" + python_install_all() { dobashcomp completion/bash_completion/_geeknote insinto /usr/share/zsh/site-functions