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 E19D31382C5 for ; Tue, 19 Jan 2021 16:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4059AE08A8; Tue, 19 Jan 2021 16:35:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 2ABC2E08A8 for ; Tue, 19 Jan 2021 16:35:29 +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 5758B340E87 for ; Tue, 19 Jan 2021 16:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C33284A5 for ; Tue, 19 Jan 2021 16:35:25 +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: <1611074014.da83ffe86e683493f916095699e89d79eebd677f.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sickle/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sickle/sickle-1.33.ebuild sci-biology/sickle/sickle-9999.ebuild X-VCS-Directories: sci-biology/sickle/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: da83ffe86e683493f916095699e89d79eebd677f X-VCS-Branch: master Date: Tue, 19 Jan 2021 16:35:25 +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: 89727e8a-131d-4213-ae2e-3e3e11dfaa23 X-Archives-Hash: 9494e19f7423b0452708aa7bc0182796 commit: da83ffe86e683493f916095699e89d79eebd677f Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Jan 19 16:33:34 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Jan 19 16:33:34 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=da83ffe8 sci-biology/sickle: don't inherit eutils twice Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/sickle/sickle-1.33.ebuild | 2 +- sci-biology/sickle/sickle-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild index f4d93b5bb..fe09ac3f3 100644 --- a/sci-biology/sickle/sickle-1.33.ebuild +++ b/sci-biology/sickle/sickle-1.33.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils eutils toolchain-funcs +inherit eutils toolchain-funcs [ "$PV" == "9999" ] && inherit git-r3 diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild index f4d93b5bb..fe09ac3f3 100644 --- a/sci-biology/sickle/sickle-9999.ebuild +++ b/sci-biology/sickle/sickle-9999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils eutils toolchain-funcs +inherit eutils toolchain-funcs [ "$PV" == "9999" ] && inherit git-r3