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 E5C5713835A for ; Fri, 5 Mar 2021 08:30:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16980E092C; Fri, 5 Mar 2021 08:30:06 +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 F3FD5E092C for ; Fri, 5 Mar 2021 08:30:05 +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 CEF0833BF54 for ; Fri, 5 Mar 2021 08:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34FEA585 for ; Fri, 5 Mar 2021 08:30:01 +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: <1614932516.6aad9cda921e4810b386cdf582ba3e455719ae09.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/nmrview/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild X-VCS-Directories: sci-chemistry/nmrview/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6aad9cda921e4810b386cdf582ba3e455719ae09 X-VCS-Branch: master Date: Fri, 5 Mar 2021 08:30:01 +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: 5b3e773f-0279-475c-9020-d2a6dfb4e493 X-Archives-Hash: 1f6c00b22ed20b1541a958eda97f7d38 commit: 6aad9cda921e4810b386cdf582ba3e455719ae09 Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Mar 5 08:21:56 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 08:21:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6aad9cda sch-chemistry/nmrview: EAPI bump Signed-off-by: Andrew Ammerlaan riseup.net> sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild index 3d7cc2831..0d01ad259 100644 --- a/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild +++ b/sci-chemistry/nmrview/nmrview-5.2.2-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Visualisation and analysis of processed NMR data" HOMEPAGE="https://nmrfx.org/nmrfx/nmrviewj" @@ -11,7 +11,6 @@ SRC_URI=" SLOT="0" LICENSE="all-rights-reserved" -IUSE="" KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND="x11-libs/libX11"