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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A531713835A for ; Tue, 20 Apr 2021 09:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 617A3E087F; Tue, 20 Apr 2021 09:43:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45BA2E0882 for ; Tue, 20 Apr 2021 09:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05D35340E69 for ; Tue, 20 Apr 2021 09:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 734A1732 for ; Tue, 20 Apr 2021 09:43:54 +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: <1618911774.bf8cc49287c7ff053cd49e1d436b8700b78e71d4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/ananicy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/ananicy/ananicy-2.2.1.ebuild X-VCS-Directories: app-admin/ananicy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: bf8cc49287c7ff053cd49e1d436b8700b78e71d4 X-VCS-Branch: master Date: Tue, 20 Apr 2021 09:43: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: ef129bd6-8d0f-4337-a580-95f85dea4ac3 X-Archives-Hash: 51d7c9feb87b7efce0a9c40ca5a8f09d Message-ID: <20210420094354.CoYAAUCRngxBSPSuDOaGsINJiewZbA_86TC4MxFb6qI@z> commit: bf8cc49287c7ff053cd49e1d436b8700b78e71d4 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 20 09:42:54 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 20 09:42:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf8cc492 app-admin/ananicy: add missing REQUIRED_USE="${PYTHON_REQUIRED_USE}" Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-admin/ananicy/ananicy-2.2.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-admin/ananicy/ananicy-2.2.1.ebuild b/app-admin/ananicy/ananicy-2.2.1.ebuild index f4cfc498d..a84862bea 100644 --- a/app-admin/ananicy/ananicy-2.2.1.ebuild +++ b/app-admin/ananicy/ananicy-2.2.1.ebuild @@ -15,8 +15,12 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="${PYTHON_DEPS}" -RDEPEND="sys-process/schedtool" +RDEPEND="${DEPEND} + sys-process/schedtool +" S="${WORKDIR}/${P^}" DOCS=( README.md )