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 2FF5815823F for ; Sun, 19 Nov 2023 09:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D61842BC027; Sun, 19 Nov 2023 09:58:56 +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 B98472BC027 for ; Sun, 19 Nov 2023 09:58:56 +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 A4BB0335CEA for ; Sun, 19 Nov 2023 09:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A36C13A4 for ; Sun, 19 Nov 2023 09:58:54 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1700343045.871f9917b4ce8aecb80b981dc3812d5991dcec8b.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/nwg-shell/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild X-VCS-Directories: gui-apps/nwg-shell/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 871f9917b4ce8aecb80b981dc3812d5991dcec8b X-VCS-Branch: master Date: Sun, 19 Nov 2023 09:58:54 +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: f58244fd-7ade-47c2-a91b-79a3bf930220 X-Archives-Hash: bb6f8fae7df67a19717cd5b04a12e994 commit: 871f9917b4ce8aecb80b981dc3812d5991dcec8b Author: Pascal Jäger leimstift de> AuthorDate: Sat Nov 18 21:30:45 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Nov 18 21:30:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=871f9917 gui-apps/nwg-shell: fixed faulty installation for 0.5.22-r1 Signed-off-by: Pascal Jäger leimstift.de> gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild index b86ccbc904..655a724ee3 100644 --- a/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild +++ b/gui-apps/nwg-shell/nwg-shell-0.5.22-r1.ebuild @@ -29,7 +29,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" -src_install() { +python_install_all() { default dobin scripts/* }