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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8966C158087 for ; Mon, 17 Jan 2022 20:17:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E0682BC01C; Mon, 17 Jan 2022 20:17:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3D142BC01C for ; Mon, 17 Jan 2022 20:17:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B2C2B342D78 for ; Mon, 17 Jan 2022 20:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4E5233 for ; Mon, 17 Jan 2022 20:17:00 +0000 (UTC) From: "Luciano Degni" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luciano Degni" Message-ID: <1642450606.4803346b3065ac9d06acd303ad8811622008cbdb.degni.public@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/amp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/amp/amp-0.6.2.ebuild X-VCS-Directories: app-editors/amp/ X-VCS-Committer: degni.public X-VCS-Committer-Name: Luciano Degni X-VCS-Revision: 4803346b3065ac9d06acd303ad8811622008cbdb X-VCS-Branch: dev Date: Mon, 17 Jan 2022 20:17:00 +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: 850c2df9-9646-47aa-b0b8-7ea8cfb90adf X-Archives-Hash: c39bd3739fb8409c338751ffa4f07de3 commit: 4803346b3065ac9d06acd303ad8811622008cbdb Author: Luciano Degni gmail com> AuthorDate: Mon Jan 17 20:15:32 2022 +0000 Commit: Luciano Degni gmail com> CommitDate: Mon Jan 17 20:16:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4803346b app-editors/amp: python_setup function added Signed-off-by: Luciano Degni gmail.com> app-editors/amp/amp-0.6.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild index 76be4c161..b74bfbd0b 100644 --- a/app-editors/amp/amp-0.6.2.ebuild +++ b/app-editors/amp/amp-0.6.2.ebuild @@ -201,6 +201,9 @@ BDEPEND=" QA_FLAGS_IGNORED="usr/bin/.*" +python_setup () { + default +} src_configure() { cargo_src_configure } @@ -211,8 +214,8 @@ src_compile() { src_install() { if use doc; then - local DOCS=( LICENSE README.md CHANGELOG.md documentation/* ) - einstalldocs -r + local DOCS=( LICENSE README.md CHANGELOG.md documentation/* ) + einstalldocs -r fi dobin target/release/amp } \ No newline at end of file