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 853341382C5 for ; Wed, 26 May 2021 12:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C78E1466; Wed, 26 May 2021 12:37:26 +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 CB40BE1466 for ; Wed, 26 May 2021 12:37:26 +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 0E802340E96 for ; Wed, 26 May 2021 12:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCF287A9 for ; Wed, 26 May 2021 12:37:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622032519.c5a32619d9c45f292a5052a964ceb0ce9972d28e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/pcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/pcalc/pcalc-4.ebuild X-VCS-Directories: sci-calculators/pcalc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5a32619d9c45f292a5052a964ceb0ce9972d28e X-VCS-Branch: master Date: Wed, 26 May 2021 12:37:22 +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: ee8df657-339d-4f7f-ad9b-27d181f88861 X-Archives-Hash: b1c9daf03e4a34e14f5c197f9e88d142 commit: c5a32619d9c45f292a5052a964ceb0ce9972d28e Author: Jakov Smolic sartura hr> AuthorDate: Tue May 25 16:47:06 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 26 12:35:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a32619 sci-calculators/pcalc: Port to EAPI 7 Closes: https://bugs.gentoo.org/721362 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> sci-calculators/pcalc/pcalc-4.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sci-calculators/pcalc/pcalc-4.ebuild b/sci-calculators/pcalc/pcalc-4.ebuild index 6f7040033fe..a67c836531d 100644 --- a/sci-calculators/pcalc/pcalc-4.ebuild +++ b/sci-calculators/pcalc/pcalc-4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 inherit toolchain-funcs @@ -12,10 +12,8 @@ SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" -DEPEND="sys-devel/flex" -RDEPEND="" +BDEPEND="sys-devel/flex" src_prepare() { default