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 6BB4F13835A for ; Sat, 20 Mar 2021 11:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B890BE0884; Sat, 20 Mar 2021 11:03:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A21A3E0884 for ; Sat, 20 Mar 2021 11:03:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 32EB43409ED for ; Sat, 20 Mar 2021 11:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D2755CE for ; Sat, 20 Mar 2021 11:03:12 +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: <1616238051.233cf30a39d612dfbcfdb0140e97dda27c3a7dda.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: 233cf30a39d612dfbcfdb0140e97dda27c3a7dda X-VCS-Branch: master Date: Sat, 20 Mar 2021 11:03:12 +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: 6be5d590-93f6-41b9-b0d0-9feeb21700fc X-Archives-Hash: 5a012a4b2e823a329af6e1cf60e1447c commit: 233cf30a39d612dfbcfdb0140e97dda27c3a7dda Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 20 11:00:51 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 20 11:00:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=233cf30a sci-biology/sickle: fix MultipleKeywordsLines Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/sickle/sickle-1.33.ebuild | 1 - sci-biology/sickle/sickle-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-biology/sickle/sickle-1.33.ebuild b/sci-biology/sickle/sickle-1.33.ebuild index 34b26933d..452e27edc 100644 --- a/sci-biology/sickle/sickle-1.33.ebuild +++ b/sci-biology/sickle/sickle-1.33.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/najoshi/sickle" if [ "$PV" == "9999" ]; then inherit git-r3 EGIT_REPO_URI="https://github.com/najoshi/sickle" - KEYWORDS="" else SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/sci-biology/sickle/sickle-9999.ebuild b/sci-biology/sickle/sickle-9999.ebuild index 34b26933d..452e27edc 100644 --- a/sci-biology/sickle/sickle-9999.ebuild +++ b/sci-biology/sickle/sickle-9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/najoshi/sickle" if [ "$PV" == "9999" ]; then inherit git-r3 EGIT_REPO_URI="https://github.com/najoshi/sickle" - KEYWORDS="" else SRC_URI="https://github.com/najoshi/sickle/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"