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 70CE315808B for ; Tue, 8 Mar 2022 13:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6C73E0837; Tue, 8 Mar 2022 13:31:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0812E0837 for ; Tue, 8 Mar 2022 13:31:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B77C6342F74 for ; Tue, 8 Mar 2022 13:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CF082D3 for ; Tue, 8 Mar 2022 13:31:24 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1646746270.35203256e35814dd0f24bcb798e5421f15df8faf.andrewammerlaan@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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 35203256e35814dd0f24bcb798e5421f15df8faf X-VCS-Branch: dev Date: Tue, 8 Mar 2022 13:31:24 +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: d830862b-f27d-4bd7-9864-3934afcb7b05 X-Archives-Hash: ca87b0022d00aa95fd4e788d891dc053 Message-ID: <20220308133124.rSaubXX1T7KZIcPWcdw_4V1T9Bsv_OM2nveS6RtO7aI@z> commit: 35203256e35814dd0f24bcb798e5421f15df8faf Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Mar 8 13:31:10 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Mar 8 13:31:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35203256 app-editors/amp: fix use of python eclass python-utils-r1 does not define PYTHON_DEPS etc Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-editors/amp/amp-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild index c97883148..a8f78f782 100644 --- a/app-editors/amp/amp-0.6.2.ebuild +++ b/app-editors/amp/amp-0.6.2.ebuild @@ -169,7 +169,7 @@ CRATES=" yaml-rust-0.4.0 " -inherit cargo python-utils-r1 +inherit cargo python-single-r1 DESCRIPTION="A complete text editor for your terminal." HOMEPAGE="https://github.com/jmacdonald/amp"