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 3C87715800A for ; Thu, 31 Aug 2023 05:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4442BC016; Thu, 31 Aug 2023 05:56:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54FEF2BC016 for ; Thu, 31 Aug 2023 05:56:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FC1A335DB7 for ; Thu, 31 Aug 2023 05:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5697F6D for ; Thu, 31 Aug 2023 05:56:55 +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: <1693461416.0a1e09ba331f67e5e2fbb70166905e7b9084086e.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: 0a1e09ba331f67e5e2fbb70166905e7b9084086e X-VCS-Branch: dev Date: Thu, 31 Aug 2023 05:56:55 +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: e6cec2b0-52ad-4c54-a1b8-55f79393c093 X-Archives-Hash: fd929d31c1904018d341949d0c13e77d commit: 0a1e09ba331f67e5e2fbb70166905e7b9084086e Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Aug 31 05:56:56 2023 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Thu Aug 31 05:56:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a1e09ba app-doc/geeknote: WhitespaceFound fix Signed-off-by: Vitaly Zdanevich ya.ru> app-doc/geeknote/geeknote-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild index 8312c02ae9..48ee235b42 100644 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ b/app-doc/geeknote/geeknote-9999.ebuild @@ -26,8 +26,8 @@ dev-python/lxml[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/${P}-remove_completion_from_setup.patch" ) python_install_all() { - dobashcomp completion/bash_completion/_geeknote - insinto /usr/share/zsh/site-functions - doins completion/zsh_completion/_geeknote - distutils-r1_python_install_all + dobashcomp completion/bash_completion/_geeknote + insinto /usr/share/zsh/site-functions + doins completion/zsh_completion/_geeknote + distutils-r1_python_install_all }