Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/pcalc/
Date: Wed, 26 May 2021 12:37:29
Message-Id: 1622032519.c5a32619d9c45f292a5052a964ceb0ce9972d28e.sam@gentoo
1 commit: c5a32619d9c45f292a5052a964ceb0ce9972d28e
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue May 25 16:47:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 12:35:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a32619
7
8 sci-calculators/pcalc: Port to EAPI 7
9
10 Closes: https://bugs.gentoo.org/721362
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-calculators/pcalc/pcalc-4.ebuild | 8 +++-----
15 1 file changed, 3 insertions(+), 5 deletions(-)
16
17 diff --git a/sci-calculators/pcalc/pcalc-4.ebuild b/sci-calculators/pcalc/pcalc-4.ebuild
18 index 6f7040033fe..a67c836531d 100644
19 --- a/sci-calculators/pcalc/pcalc-4.ebuild
20 +++ b/sci-calculators/pcalc/pcalc-4.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI=7
28
29 inherit toolchain-funcs
30
31 @@ -12,10 +12,8 @@ SRC_URI="mirror://sourceforge/pcalc/${P}.tar.xz"
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
35 -IUSE=""
36
37 -DEPEND="sys-devel/flex"
38 -RDEPEND=""
39 +BDEPEND="sys-devel/flex"
40
41 src_prepare() {
42 default