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 1F1FD1382C5 for ; Sat, 20 Mar 2021 11:03:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669DAE088B; Sat, 20 Mar 2021 11:03:16 +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 4D503E088B for ; Sat, 20 Mar 2021 11:03:16 +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 305173409EB 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 525295B9 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: <1616237949.ad6fcc6e770a288b0c53106d11b34fad56a3f31d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/lighter/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/lighter/lighter-1.1.2.ebuild sci-biology/lighter/lighter-9999.ebuild X-VCS-Directories: sci-biology/lighter/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ad6fcc6e770a288b0c53106d11b34fad56a3f31d 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: 20a7182d-cd1a-4f62-92e8-00caa5f5c1e8 X-Archives-Hash: 09af60d65c71c7d755f80be97c53342b commit: ad6fcc6e770a288b0c53106d11b34fad56a3f31d Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 20 10:59:09 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 20 10:59:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ad6fcc6e sci-biology/lighter: fix MultipleKeywordsLines Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/lighter/lighter-1.1.2.ebuild | 1 - sci-biology/lighter/lighter-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sci-biology/lighter/lighter-1.1.2.ebuild b/sci-biology/lighter/lighter-1.1.2.ebuild index 1ce79a1c2..2d08c45c4 100644 --- a/sci-biology/lighter/lighter-1.1.2.ebuild +++ b/sci-biology/lighter/lighter-1.1.2.ebuild @@ -8,7 +8,6 @@ HOMEPAGE="https://github.com/mourisl/Lighter" if [ "$PV" == "9999" ]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mourisl/Lighter.git" - KEYWORDS="" else SRC_URI="https://github.com/mourisl/Lighter/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/sci-biology/lighter/lighter-9999.ebuild b/sci-biology/lighter/lighter-9999.ebuild index 1ce79a1c2..2d08c45c4 100644 --- a/sci-biology/lighter/lighter-9999.ebuild +++ b/sci-biology/lighter/lighter-9999.ebuild @@ -8,7 +8,6 @@ HOMEPAGE="https://github.com/mourisl/Lighter" if [ "$PV" == "9999" ]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mourisl/Lighter.git" - KEYWORDS="" else SRC_URI="https://github.com/mourisl/Lighter/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64"